HSL(41, 96%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,96%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 96%, 77%) | color: hsl(41, 96%, 77%) | |
| HEX | #FDD98C | color: #FDD98C | |
| RGB | rgb(253, 217, 140) | color: rgb(253, 217, 140) | |
| CMYK | cmyk(0%, 14%, 45%, 1%) | — | |
| HSV | hsv(41, 45%, 99%) | — | |
| HWB | hwb(41 54% 1%) | color: hwb(41 54% 1%) | |
| OKLCH | oklch(0.899 0.1037 85.35) | color: oklch(0.899 0.1037 85.35) | |
| Lab | lab(88.16 2.68 42.47) | color: lab(88.16 2.68 42.47) | |
| LCH | lch(88.16 42.55 86.39) | color: lch(88.16 42.55 86.39) |
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)
#EDED9F — rgb(237, 237, 159)
Deuteranopia (Green-blind)
#F0F2A3 — rgb(240, 242, 163)
Tritanopia (Blue-blind)
#FBADB1 — rgb(251, 173, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 96%, 77%);
text
color: hsl(41, 96%, 77%);
border
border: 2px solid hsl(41, 96%, 77%);
gradient light
background: linear-gradient(to right, hsl(41, 96%, 97%), hsl(41, 96%, 77%));
gradient dark
background: linear-gradient(to right, hsl(41, 96%, 77%), hsl(41, 96%, 57%))
hex
background-color: #FDD98C;
tailwind
bg-[hsl(41,96%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 96%, 77%, 0.4);
css variable
--color-primary: hsl(41, 96%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 96%, 77%)?
HEX: #FDD98C | RGB: rgb(253, 217, 140) | CMYK: 0%, 14%, 45%, 1% | HSV: 41°, 45%, 99%. Copy any format from the conversion table above.
What colors go well with #FDD98C?
The complementary color is HSL(221, 96%, 77%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 96%, 77%) in CSS?
As HSL: color: hsl(41, 96%, 77%); — As HEX: color: #FDD98C; — As RGB: color: rgb(253, 217, 140); — Tailwind CSS: bg-[hsl(41,96%,77%)] — CSS variable: --color-primary: hsl(41, 96%, 77%);