HSL(27, 37%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,37%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 37%, 68%) | color: hsl(27, 37%, 68%) | |
| HEX | #CCAA8F | color: #CCAA8F | |
| RGB | rgb(204, 170, 143) | color: rgb(204, 170, 143) | |
| CMYK | cmyk(0%, 17%, 30%, 20%) | — | |
| HSV | hsv(27, 30%, 80%) | — | |
| HWB | hwb(27 56% 20%) | color: hwb(27 56% 20%) | |
| OKLCH | oklch(0.7613 0.0545 60.3) | color: oklch(0.7613 0.0545 60.3) | |
| Lab | lab(71.94 8.42 18.57) | color: lab(71.94 8.42 18.57) | |
| LCH | lch(71.94 20.39 65.61) | color: lch(71.94 20.39 65.61) |
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)
#BDBD96 — rgb(189, 189, 150)
Deuteranopia (Green-blind)
#BFC297 — rgb(191, 194, 151)
Tritanopia (Blue-blind)
#CA9B9C — rgb(202, 155, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 37%, 68%);
text
color: hsl(27, 37%, 68%);
border
border: 2px solid hsl(27, 37%, 68%);
gradient light
background: linear-gradient(to right, hsl(27, 37%, 88%), hsl(27, 37%, 68%));
gradient dark
background: linear-gradient(to right, hsl(27, 37%, 68%), hsl(27, 37%, 48%))
hex
background-color: #CCAA8F;
tailwind
bg-[hsl(27,37%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 37%, 68%, 0.4);
css variable
--color-primary: hsl(27, 37%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 37%, 68%)?
HEX: #CCAA8F | RGB: rgb(204, 170, 143) | CMYK: 0%, 17%, 30%, 20% | HSV: 27°, 30%, 80%. Copy any format from the conversion table above.
What colors go well with #CCAA8F?
The complementary color is HSL(207, 37%, 68%). 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%, 68%) in CSS?
As HSL: color: hsl(27, 37%, 68%); — As HEX: color: #CCAA8F; — As RGB: color: rgb(204, 170, 143); — Tailwind CSS: bg-[hsl(27,37%,68%)] — CSS variable: --color-primary: hsl(27, 37%, 68%);