HSL(44, 40%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,40%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 40%, 77%) | color: hsl(44, 40%, 77%) | |
| HEX | #DCCFAD | color: #DCCFAD | |
| RGB | rgb(220, 207, 173) | color: rgb(220, 207, 173) | |
| CMYK | cmyk(0%, 6%, 21%, 14%) | — | |
| HSV | hsv(43, 21%, 86%) | — | |
| HWB | hwb(43 68% 14%) | color: hwb(43 68% 14%) | |
| OKLCH | oklch(0.8564 0.0476 89.59) | color: oklch(0.8564 0.0476 89.59) | |
| Lab | lab(83.37 -0.9 18.55) | color: lab(83.37 -0.9 18.55) | |
| LCH | lch(83.37 18.57 92.78) | color: lch(83.37 18.57 92.78) |
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)
#D6D6B5 — rgb(214, 214, 181)
Deuteranopia (Green-blind)
#D7D8B7 — rgb(215, 216, 183)
Tritanopia (Blue-blind)
#DBBCBD — rgb(219, 188, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 40%, 77%);
text
color: hsl(44, 40%, 77%);
border
border: 2px solid hsl(44, 40%, 77%);
gradient light
background: linear-gradient(to right, hsl(44, 40%, 97%), hsl(44, 40%, 77%));
gradient dark
background: linear-gradient(to right, hsl(44, 40%, 77%), hsl(44, 40%, 57%))
hex
background-color: #DCCFAD;
tailwind
bg-[hsl(44,40%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 40%, 77%, 0.4);
css variable
--color-primary: hsl(44, 40%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 40%, 77%)?
HEX: #DCCFAD | RGB: rgb(220, 207, 173) | CMYK: 0%, 6%, 21%, 14% | HSV: 43°, 21%, 86%. Copy any format from the conversion table above.
What colors go well with #DCCFAD?
The complementary color is HSL(224, 40%, 77%). 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%, 77%) in CSS?
As HSL: color: hsl(44, 40%, 77%); — As HEX: color: #DCCFAD; — As RGB: color: rgb(220, 207, 173); — Tailwind CSS: bg-[hsl(44,40%,77%)] — CSS variable: --color-primary: hsl(44, 40%, 77%);