HSL(34, 40%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,40%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 40%, 65%) | color: hsl(34, 40%, 65%) | |
| HEX | #C9AB82 | color: #C9AB82 | |
| RGB | rgb(201, 171, 130) | color: rgb(201, 171, 130) | |
| CMYK | cmyk(0%, 15%, 35%, 21%) | — | |
| HSV | hsv(35, 35%, 79%) | — | |
| HWB | hwb(35 51% 21%) | color: hwb(35 51% 21%) | |
| OKLCH | oklch(0.7576 0.0653 75.18) | color: oklch(0.7576 0.0653 75.18) | |
| Lab | lab(71.66 5.03 25.19) | color: lab(71.66 5.03 25.19) | |
| LCH | lch(71.66 25.69 78.71) | color: lch(71.66 25.69 78.71) |
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)
#BCBC8C — rgb(188, 188, 140)
Deuteranopia (Green-blind)
#BEC08E — rgb(190, 192, 142)
Tritanopia (Blue-blind)
#C89495 — rgb(200, 148, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 40%, 65%);
text
color: hsl(34, 40%, 65%);
border
border: 2px solid hsl(34, 40%, 65%);
gradient light
background: linear-gradient(to right, hsl(34, 40%, 85%), hsl(34, 40%, 65%));
gradient dark
background: linear-gradient(to right, hsl(34, 40%, 65%), hsl(34, 40%, 45%))
hex
background-color: #C9AB82;
tailwind
bg-[hsl(34,40%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 40%, 65%, 0.4);
css variable
--color-primary: hsl(34, 40%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 40%, 65%)?
HEX: #C9AB82 | RGB: rgb(201, 171, 130) | CMYK: 0%, 15%, 35%, 21% | HSV: 35°, 35%, 79%. Copy any format from the conversion table above.
What colors go well with #C9AB82?
The complementary color is HSL(214, 40%, 65%). 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, 40%, 65%) in CSS?
As HSL: color: hsl(34, 40%, 65%); — As HEX: color: #C9AB82; — As RGB: color: rgb(201, 171, 130); — Tailwind CSS: bg-[hsl(34,40%,65%)] — CSS variable: --color-primary: hsl(34, 40%, 65%);