HSL(35, 30%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,30%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 30%, 67%) | color: hsl(35, 30%, 67%) | |
| HEX | #C4AF92 | color: #C4AF92 | |
| RGB | rgb(196, 175, 146) | color: rgb(196, 175, 146) | |
| CMYK | cmyk(0%, 11%, 26%, 23%) | — | |
| HSV | hsv(35, 26%, 77%) | — | |
| HWB | hwb(35 57% 23%) | color: hwb(35 57% 23%) | |
| OKLCH | oklch(0.7645 0.0466 75.83) | color: oklch(0.7645 0.0466 75.83) | |
| Lab | lab(72.54 3.03 17.65) | color: lab(72.54 3.03 17.65) | |
| LCH | lch(72.54 17.91 80.26) | color: lch(72.54 17.91 80.26) |
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)
#BBBB99 — rgb(187, 187, 153)
Deuteranopia (Green-blind)
#BCBE9B — rgb(188, 190, 155)
Tritanopia (Blue-blind)
#C39FA0 — rgb(195, 159, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 30%, 67%);
text
color: hsl(35, 30%, 67%);
border
border: 2px solid hsl(35, 30%, 67%);
gradient light
background: linear-gradient(to right, hsl(35, 30%, 87%), hsl(35, 30%, 67%));
gradient dark
background: linear-gradient(to right, hsl(35, 30%, 67%), hsl(35, 30%, 47%))
hex
background-color: #C4AF92;
tailwind
bg-[hsl(35,30%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 30%, 67%, 0.4);
css variable
--color-primary: hsl(35, 30%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 30%, 67%)?
HEX: #C4AF92 | RGB: rgb(196, 175, 146) | CMYK: 0%, 11%, 26%, 23% | HSV: 35°, 26%, 77%. Copy any format from the conversion table above.
What colors go well with #C4AF92?
The complementary color is HSL(215, 30%, 67%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 30%, 67%) in CSS?
As HSL: color: hsl(35, 30%, 67%); — As HEX: color: #C4AF92; — As RGB: color: rgb(196, 175, 146); — Tailwind CSS: bg-[hsl(35,30%,67%)] — CSS variable: --color-primary: hsl(35, 30%, 67%);