HSL(27, 37%, 72%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,37%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 37%, 72%) | color: hsl(27, 37%, 72%) | |
| HEX | #D2B59D | color: #D2B59D | |
| RGB | rgb(210, 181, 157) | color: rgb(210, 181, 157) | |
| CMYK | cmyk(0%, 14%, 25%, 18%) | — | |
| HSV | hsv(27, 25%, 82%) | — | |
| HWB | hwb(27 62% 18%) | color: hwb(27 62% 18%) | |
| OKLCH | oklch(0.7919 0.047 61.67) | color: oklch(0.7919 0.047 61.67) | |
| Lab | lab(75.57 6.75 16.09) | color: lab(75.57 6.75 16.09) | |
| LCH | lch(75.57 17.45 67.24) | color: lch(75.57 17.45 67.24) |
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)
#C5C5A3 — rgb(197, 197, 163)
Deuteranopia (Green-blind)
#C7C9A4 — rgb(199, 201, 164)
Tritanopia (Blue-blind)
#D1A7A8 — rgb(209, 167, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 37%, 72%);
text
color: hsl(27, 37%, 72%);
border
border: 2px solid hsl(27, 37%, 72%);
gradient light
background: linear-gradient(to right, hsl(27, 37%, 92%), hsl(27, 37%, 72%));
gradient dark
background: linear-gradient(to right, hsl(27, 37%, 72%), hsl(27, 37%, 52%))
hex
background-color: #D2B59D;
tailwind
bg-[hsl(27,37%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 37%, 72%, 0.4);
css variable
--color-primary: hsl(27, 37%, 72%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 37%, 72%)?
HEX: #D2B59D | RGB: rgb(210, 181, 157) | CMYK: 0%, 14%, 25%, 18% | HSV: 27°, 25%, 82%. Copy any format from the conversion table above.
What colors go well with #D2B59D?
The complementary color is HSL(207, 37%, 72%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 37%, 72%) in CSS?
As HSL: color: hsl(27, 37%, 72%); — As HEX: color: #D2B59D; — As RGB: color: rgb(210, 181, 157); — Tailwind CSS: bg-[hsl(27,37%,72%)] — CSS variable: --color-primary: hsl(27, 37%, 72%);