HSL(34, 30%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,30%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 30%, 68%) | color: hsl(34, 30%, 68%) | |
| HEX | #C6B195 | color: #C6B195 | |
| RGB | rgb(198, 177, 149) | color: rgb(198, 177, 149) | |
| CMYK | cmyk(0%, 11%, 25%, 22%) | — | |
| HSV | hsv(34, 25%, 78%) | — | |
| HWB | hwb(34 59% 22%) | color: hwb(34 59% 22%) | |
| OKLCH | oklch(0.771 0.0454 74.95) | color: oklch(0.771 0.0454 74.95) | |
| Lab | lab(73.3 3.15 17.1) | color: lab(73.3 3.15 17.1) | |
| LCH | lch(73.3 17.39 79.56) | color: lch(73.3 17.39 79.56) |
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)
#BDBD9C — rgb(189, 189, 156)
Deuteranopia (Green-blind)
#BEC09D — rgb(190, 192, 157)
Tritanopia (Blue-blind)
#C5A1A2 — rgb(197, 161, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 30%, 68%);
text
color: hsl(34, 30%, 68%);
border
border: 2px solid hsl(34, 30%, 68%);
gradient light
background: linear-gradient(to right, hsl(34, 30%, 88%), hsl(34, 30%, 68%));
gradient dark
background: linear-gradient(to right, hsl(34, 30%, 68%), hsl(34, 30%, 48%))
hex
background-color: #C6B195;
tailwind
bg-[hsl(34,30%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 30%, 68%, 0.4);
css variable
--color-primary: hsl(34, 30%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 30%, 68%)?
HEX: #C6B195 | RGB: rgb(198, 177, 149) | CMYK: 0%, 11%, 25%, 22% | HSV: 34°, 25%, 78%. Copy any format from the conversion table above.
What colors go well with #C6B195?
The complementary color is HSL(214, 30%, 68%). 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, 30%, 68%) in CSS?
As HSL: color: hsl(34, 30%, 68%); — As HEX: color: #C6B195; — As RGB: color: rgb(198, 177, 149); — Tailwind CSS: bg-[hsl(34,30%,68%)] — CSS variable: --color-primary: hsl(34, 30%, 68%);