HSL(38, 27%, 73%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,27%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 27%, 73%) | color: hsl(38, 27%, 73%) | |
| HEX | #CDBFA8 | color: #CDBFA8 | |
| RGB | rgb(205, 191, 168) | color: rgb(205, 191, 168) | |
| CMYK | cmyk(0%, 7%, 18%, 20%) | — | |
| HSV | hsv(37, 18%, 80%) | — | |
| HWB | hwb(37 66% 20%) | color: hwb(37 66% 20%) | |
| OKLCH | oklch(0.8101 0.0352 80.27) | color: oklch(0.8101 0.0352 80.27) | |
| Lab | lab(77.92 1.16 13.39) | color: lab(77.92 1.16 13.39) | |
| LCH | lch(77.92 13.44 85.05) | color: lch(77.92 13.44 85.05) |
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)
#C7C7AE — rgb(199, 199, 174)
Deuteranopia (Green-blind)
#C8C9AF — rgb(200, 201, 175)
Tritanopia (Blue-blind)
#CCB2B3 — rgb(204, 178, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 27%, 73%);
text
color: hsl(38, 27%, 73%);
border
border: 2px solid hsl(38, 27%, 73%);
gradient light
background: linear-gradient(to right, hsl(38, 27%, 93%), hsl(38, 27%, 73%));
gradient dark
background: linear-gradient(to right, hsl(38, 27%, 73%), hsl(38, 27%, 53%))
hex
background-color: #CDBFA8;
tailwind
bg-[hsl(38,27%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 27%, 73%, 0.4);
css variable
--color-primary: hsl(38, 27%, 73%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 27%, 73%)?
HEX: #CDBFA8 | RGB: rgb(205, 191, 168) | CMYK: 0%, 7%, 18%, 20% | HSV: 37°, 18%, 80%. Copy any format from the conversion table above.
What colors go well with #CDBFA8?
The complementary color is HSL(218, 27%, 73%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 27%, 73%) in CSS?
As HSL: color: hsl(38, 27%, 73%); — As HEX: color: #CDBFA8; — As RGB: color: rgb(205, 191, 168); — Tailwind CSS: bg-[hsl(38,27%,73%)] — CSS variable: --color-primary: hsl(38, 27%, 73%);