HSL(34, 69%, 47%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,69%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 69%, 47%) | color: hsl(34, 69%, 47%) | |
| HEX | #CB8325 | color: #CB8325 | |
| RGB | rgb(203, 131, 37) | color: rgb(203, 131, 37) | |
| CMYK | cmyk(0%, 35%, 82%, 20%) | — | |
| HSV | hsv(34, 82%, 80%) | — | |
| HWB | hwb(34 14% 20%) | color: hwb(34 14% 20%) | |
| OKLCH | oklch(0.6699 0.1348 67.62) | color: oklch(0.6699 0.1348 67.62) | |
| Lab | lab(60.84 20.51 58.03) | color: lab(60.84 20.51 58.03) | |
| LCH | lch(60.84 61.55 70.53) | color: lch(60.84 61.55 70.53) |
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)
#ACAB3C — rgb(172, 171, 60)
Deuteranopia (Green-blind)
#B0B541 — rgb(176, 181, 65)
Tritanopia (Blue-blind)
#C74E52 — rgb(199, 78, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 69%, 47%);
text
color: hsl(34, 69%, 47%);
border
border: 2px solid hsl(34, 69%, 47%);
gradient light
background: linear-gradient(to right, hsl(34, 69%, 67%), hsl(34, 69%, 47%));
gradient dark
background: linear-gradient(to right, hsl(34, 69%, 47%), hsl(34, 69%, 27%))
hex
background-color: #CB8325;
tailwind
bg-[hsl(34,69%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 69%, 47%, 0.4);
css variable
--color-primary: hsl(34, 69%, 47%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 69%, 47%)?
HEX: #CB8325 | RGB: rgb(203, 131, 37) | CMYK: 0%, 35%, 82%, 20% | HSV: 34°, 82%, 80%. Copy any format from the conversion table above.
What colors go well with #CB8325?
The complementary color is HSL(214, 69%, 47%). 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, 69%, 47%) in CSS?
As HSL: color: hsl(34, 69%, 47%); — As HEX: color: #CB8325; — As RGB: color: rgb(203, 131, 37); — Tailwind CSS: bg-[hsl(34,69%,47%)] — CSS variable: --color-primary: hsl(34, 69%, 47%);