HSL(41, 76%, 78%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,76%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 76%, 78%) | color: hsl(41, 76%, 78%) | |
| HEX | #F2D79C | color: #F2D79C | |
| RGB | rgb(242, 215, 156) | color: rgb(242, 215, 156) | |
| CMYK | cmyk(0%, 11%, 36%, 5%) | — | |
| HSV | hsv(41, 36%, 95%) | — | |
| HWB | hwb(41 61% 5%) | color: hwb(41 61% 5%) | |
| OKLCH | oklch(0.8879 0.0813 86.12) | color: oklch(0.8879 0.0813 86.12) | |
| Lab | lab(86.94 1.11 32.58) | color: lab(86.94 1.11 32.58) | |
| LCH | lch(86.94 32.6 88.05) | color: lch(86.94 32.6 88.05) |
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)
#E6E6AA — rgb(230, 230, 170)
Deuteranopia (Green-blind)
#E8EAAE — rgb(232, 234, 174)
Tritanopia (Blue-blind)
#F1B6B8 — rgb(241, 182, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 76%, 78%);
text
color: hsl(41, 76%, 78%);
border
border: 2px solid hsl(41, 76%, 78%);
gradient light
background: linear-gradient(to right, hsl(41, 76%, 98%), hsl(41, 76%, 78%));
gradient dark
background: linear-gradient(to right, hsl(41, 76%, 78%), hsl(41, 76%, 58%))
hex
background-color: #F2D79C;
tailwind
bg-[hsl(41,76%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 76%, 78%, 0.4);
css variable
--color-primary: hsl(41, 76%, 78%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 76%, 78%)?
HEX: #F2D79C | RGB: rgb(242, 215, 156) | CMYK: 0%, 11%, 36%, 5% | HSV: 41°, 36%, 95%. Copy any format from the conversion table above.
What colors go well with #F2D79C?
The complementary color is HSL(221, 76%, 78%). 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, 76%, 78%) in CSS?
As HSL: color: hsl(41, 76%, 78%); — As HEX: color: #F2D79C; — As RGB: color: rgb(242, 215, 156); — Tailwind CSS: bg-[hsl(41,76%,78%)] — CSS variable: --color-primary: hsl(41, 76%, 78%);