HSL(42, 98%, 83%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,98%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 98%, 83%) | color: hsl(42, 98%, 83%) | |
| HEX | #FEE5A9 | color: #FEE5A9 | |
| RGB | rgb(254, 229, 169) | color: rgb(254, 229, 169) | |
| CMYK | cmyk(0%, 10%, 33%, 0%) | — | |
| HSV | hsv(42, 33%, 100%) | — | |
| HWB | hwb(42 67% 0%) | color: hwb(42 67% 0%) | |
| OKLCH | oklch(0.9283 0.0811 87.98) | color: oklch(0.9283 0.0811 87.98) | |
| Lab | lab(91.67 0.08 32.42) | color: lab(91.67 0.08 32.42) | |
| LCH | lch(91.67 32.42 89.86) | color: lch(91.67 32.42 89.86) |
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)
#F3F3B8 — rgb(243, 243, 184)
Deuteranopia (Green-blind)
#F5F7BB — rgb(245, 247, 187)
Tritanopia (Blue-blind)
#FDC3C6 — rgb(253, 195, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 98%, 83%);
text
color: hsl(42, 98%, 83%);
border
border: 2px solid hsl(42, 98%, 83%);
gradient light
background: linear-gradient(to right, hsl(42, 98%, 100%), hsl(42, 98%, 83%));
gradient dark
background: linear-gradient(to right, hsl(42, 98%, 83%), hsl(42, 98%, 63%))
hex
background-color: #FEE5A9;
tailwind
bg-[hsl(42,98%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 98%, 83%, 0.4);
css variable
--color-primary: hsl(42, 98%, 83%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 98%, 83%)?
HEX: #FEE5A9 | RGB: rgb(254, 229, 169) | CMYK: 0%, 10%, 33%, 0% | HSV: 42°, 33%, 100%. Copy any format from the conversion table above.
What colors go well with #FEE5A9?
The complementary color is HSL(222, 98%, 83%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 98%, 83%) in CSS?
As HSL: color: hsl(42, 98%, 83%); — As HEX: color: #FEE5A9; — As RGB: color: rgb(254, 229, 169); — Tailwind CSS: bg-[hsl(42,98%,83%)] — CSS variable: --color-primary: hsl(42, 98%, 83%);