HSL(44, 40%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,40%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 40%, 65%) | color: hsl(44, 40%, 65%) | |
| HEX | #C9B682 | color: #C9B682 | |
| RGB | rgb(201, 182, 130) | color: rgb(201, 182, 130) | |
| CMYK | cmyk(0%, 9%, 35%, 21%) | — | |
| HSV | hsv(44, 35%, 79%) | — | |
| HWB | hwb(44 51% 21%) | color: hwb(44 51% 21%) | |
| OKLCH | oklch(0.7799 0.0721 90.3) | color: oklch(0.7799 0.0721 90.3) | |
| Lab | lab(74.5 -0.83 28.98) | color: lab(74.5 -0.83 28.98) | |
| LCH | lch(74.5 28.99 91.64) | color: lch(74.5 28.99 91.64) |
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)
#C1C18F — rgb(193, 193, 143)
Deuteranopia (Green-blind)
#C2C392 — rgb(194, 195, 146)
Tritanopia (Blue-blind)
#C8999B — rgb(200, 153, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 40%, 65%);
text
color: hsl(44, 40%, 65%);
border
border: 2px solid hsl(44, 40%, 65%);
gradient light
background: linear-gradient(to right, hsl(44, 40%, 85%), hsl(44, 40%, 65%));
gradient dark
background: linear-gradient(to right, hsl(44, 40%, 65%), hsl(44, 40%, 45%))
hex
background-color: #C9B682;
tailwind
bg-[hsl(44,40%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 40%, 65%, 0.4);
css variable
--color-primary: hsl(44, 40%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 40%, 65%)?
HEX: #C9B682 | RGB: rgb(201, 182, 130) | CMYK: 0%, 9%, 35%, 21% | HSV: 44°, 35%, 79%. Copy any format from the conversion table above.
What colors go well with #C9B682?
The complementary color is HSL(224, 40%, 65%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 40%, 65%) in CSS?
As HSL: color: hsl(44, 40%, 65%); — As HEX: color: #C9B682; — As RGB: color: rgb(201, 182, 130); — Tailwind CSS: bg-[hsl(44,40%,65%)] — CSS variable: --color-primary: hsl(44, 40%, 65%);