HSL(41, 68%, 48%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,68%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 68%, 48%) | color: hsl(41, 68%, 48%) | |
| HEX | #CE9927 | color: #CE9927 | |
| RGB | rgb(206, 153, 39) | color: rgb(206, 153, 39) | |
| CMYK | cmyk(0%, 26%, 81%, 19%) | — | |
| HSV | hsv(41, 81%, 81%) | — | |
| HWB | hwb(41 15% 19%) | color: hwb(41 15% 19%) | |
| OKLCH | oklch(0.7154 0.1363 81.31) | color: oklch(0.7154 0.1363 81.31) | |
| Lab | lab(66.56 9.92 62.54) | color: lab(66.56 9.92 62.54) | |
| LCH | lch(66.56 63.32 80.99) | color: lch(66.56 63.32 80.99) |
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)
#B7B743 — rgb(183, 183, 67)
Deuteranopia (Green-blind)
#BABE49 — rgb(186, 190, 73)
Tritanopia (Blue-blind)
#CB585D — rgb(203, 88, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 68%, 48%);
text
color: hsl(41, 68%, 48%);
border
border: 2px solid hsl(41, 68%, 48%);
gradient light
background: linear-gradient(to right, hsl(41, 68%, 68%), hsl(41, 68%, 48%));
gradient dark
background: linear-gradient(to right, hsl(41, 68%, 48%), hsl(41, 68%, 28%))
hex
background-color: #CE9927;
tailwind
bg-[hsl(41,68%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 68%, 48%, 0.4);
css variable
--color-primary: hsl(41, 68%, 48%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 68%, 48%)?
HEX: #CE9927 | RGB: rgb(206, 153, 39) | CMYK: 0%, 26%, 81%, 19% | HSV: 41°, 81%, 81%. Copy any format from the conversion table above.
What colors go well with #CE9927?
The complementary color is HSL(221, 68%, 48%). 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, 68%, 48%) in CSS?
As HSL: color: hsl(41, 68%, 48%); — As HEX: color: #CE9927; — As RGB: color: rgb(206, 153, 39); — Tailwind CSS: bg-[hsl(41,68%,48%)] — CSS variable: --color-primary: hsl(41, 68%, 48%);