HSL(34, 36%, 70%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,36%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 36%, 70%) | color: hsl(34, 36%, 70%) | |
| HEX | #CEB697 | color: #CEB697 | |
| RGB | rgb(206, 182, 151) | color: rgb(206, 182, 151) | |
| CMYK | cmyk(0%, 12%, 27%, 19%) | — | |
| HSV | hsv(34, 27%, 81%) | — | |
| HWB | hwb(34 59% 19%) | color: hwb(34 59% 19%) | |
| OKLCH | oklch(0.7889 0.0503 74.05) | color: oklch(0.7889 0.0503 74.05) | |
| Lab | lab(75.34 3.84 18.95) | color: lab(75.34 3.84 18.95) | |
| LCH | lch(75.34 19.34 78.54) | color: lch(75.34 19.34 78.54) |
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)
#C4C39F — rgb(196, 195, 159)
Deuteranopia (Green-blind)
#C5C7A0 — rgb(197, 199, 160)
Tritanopia (Blue-blind)
#CDA4A6 — rgb(205, 164, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 36%, 70%);
text
color: hsl(34, 36%, 70%);
border
border: 2px solid hsl(34, 36%, 70%);
gradient light
background: linear-gradient(to right, hsl(34, 36%, 90%), hsl(34, 36%, 70%));
gradient dark
background: linear-gradient(to right, hsl(34, 36%, 70%), hsl(34, 36%, 50%))
hex
background-color: #CEB697;
tailwind
bg-[hsl(34,36%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 36%, 70%, 0.4);
css variable
--color-primary: hsl(34, 36%, 70%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 36%, 70%)?
HEX: #CEB697 | RGB: rgb(206, 182, 151) | CMYK: 0%, 12%, 27%, 19% | HSV: 34°, 27%, 81%. Copy any format from the conversion table above.
What colors go well with #CEB697?
The complementary color is HSL(214, 36%, 70%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(34, 36%, 70%) in CSS?
As HSL: color: hsl(34, 36%, 70%); — As HEX: color: #CEB697; — As RGB: color: rgb(206, 182, 151); — Tailwind CSS: bg-[hsl(34,36%,70%)] — CSS variable: --color-primary: hsl(34, 36%, 70%);