HSL(33, 70%, 83%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,70%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 70%, 83%) | color: hsl(33, 70%, 83%) | |
| HEX | #F2D7B5 | color: #F2D7B5 | |
| RGB | rgb(242, 215, 181) | color: rgb(242, 215, 181) | |
| CMYK | cmyk(0%, 11%, 25%, 5%) | — | |
| HSV | hsv(33, 25%, 95%) | — | |
| HWB | hwb(33 71% 5%) | color: hwb(33 71% 5%) | |
| OKLCH | oklch(0.893 0.054 73.41) | color: oklch(0.893 0.054 73.41) | |
| Lab | lab(87.4 4.26 20.23) | color: lab(87.4 4.26 20.23) | |
| LCH | lch(87.4 20.67 78.11) | color: lch(87.4 20.67 78.11) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#E6E6BD — rgb(230, 230, 189)
Deuteranopia (Green-blind)
#E8EABF — rgb(232, 234, 191)
Tritanopia (Blue-blind)
#F1C4C5 — rgb(241, 196, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 70%, 83%);
text
color: hsl(33, 70%, 83%);
border
border: 2px solid hsl(33, 70%, 83%);
gradient light
background: linear-gradient(to right, hsl(33, 70%, 100%), hsl(33, 70%, 83%));
gradient dark
background: linear-gradient(to right, hsl(33, 70%, 83%), hsl(33, 70%, 63%))
hex
background-color: #F2D7B5;
tailwind
bg-[hsl(33,70%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 70%, 83%, 0.4);
css variable
--color-primary: hsl(33, 70%, 83%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 70%, 83%)?
HEX: #F2D7B5 | RGB: rgb(242, 215, 181) | CMYK: 0%, 11%, 25%, 5% | HSV: 33°, 25%, 95%. Copy any format from the conversion table above.
What colors go well with #F2D7B5?
The complementary color is HSL(213, 70%, 83%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 70%, 83%) in CSS?
As HSL: color: hsl(33, 70%, 83%); — As HEX: color: #F2D7B5; — As RGB: color: rgb(242, 215, 181); — Tailwind CSS: bg-[hsl(33,70%,83%)] — CSS variable: --color-primary: hsl(33, 70%, 83%);