HSL(38, 33%, 70%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,33%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 33%, 70%) | color: hsl(38, 33%, 70%) | |
| HEX | #CCB999 | color: #CCB999 | |
| RGB | rgb(204, 185, 153) | color: rgb(204, 185, 153) | |
| CMYK | cmyk(0%, 9%, 25%, 20%) | — | |
| HSV | hsv(38, 25%, 80%) | — | |
| HWB | hwb(38 60% 20%) | color: hwb(38 60% 20%) | |
| OKLCH | oklch(0.7935 0.0485 80.72) | color: oklch(0.7935 0.0485 80.72) | |
| Lab | lab(75.97 1.76 18.72) | color: lab(75.97 1.76 18.72) | |
| LCH | lch(75.97 18.8 84.63) | color: lch(75.97 18.8 84.63) |
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)
#C4C4A1 — rgb(196, 196, 161)
Deuteranopia (Green-blind)
#C5C6A3 — rgb(197, 198, 163)
Tritanopia (Blue-blind)
#CBA7A8 — rgb(203, 167, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 33%, 70%);
text
color: hsl(38, 33%, 70%);
border
border: 2px solid hsl(38, 33%, 70%);
gradient light
background: linear-gradient(to right, hsl(38, 33%, 90%), hsl(38, 33%, 70%));
gradient dark
background: linear-gradient(to right, hsl(38, 33%, 70%), hsl(38, 33%, 50%))
hex
background-color: #CCB999;
tailwind
bg-[hsl(38,33%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 33%, 70%, 0.4);
css variable
--color-primary: hsl(38, 33%, 70%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 33%, 70%)?
HEX: #CCB999 | RGB: rgb(204, 185, 153) | CMYK: 0%, 9%, 25%, 20% | HSV: 38°, 25%, 80%. Copy any format from the conversion table above.
What colors go well with #CCB999?
The complementary color is HSL(218, 33%, 70%). 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, 33%, 70%) in CSS?
As HSL: color: hsl(38, 33%, 70%); — As HEX: color: #CCB999; — As RGB: color: rgb(204, 185, 153); — Tailwind CSS: bg-[hsl(38,33%,70%)] — CSS variable: --color-primary: hsl(38, 33%, 70%);