HSL(34, 100%, 25%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,100%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 100%, 25%) | color: hsl(34, 100%, 25%) | |
| HEX | #804800 | color: #804800 | |
| RGB | rgb(128, 72, 0) | color: rgb(128, 72, 0) | |
| CMYK | cmyk(0%, 44%, 100%, 50%) | — | |
| HSV | hsv(34, 100%, 50%) | — | |
| HWB | hwb(34 0% 50%) | color: hwb(34 0% 50%) | |
| OKLCH | oklch(0.459 0.1051 62.54) | color: oklch(0.459 0.1051 62.54) | |
| Lab | lab(36.41 19.36 45.99) | color: lab(36.41 19.36 45.99) | |
| LCH | lch(36.41 49.9 67.17) | color: lch(36.41 49.9 67.17) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#686711 — rgb(104, 103, 17)
Deuteranopia (Green-blind)
#6B6F16 — rgb(107, 111, 22)
Tritanopia (Blue-blind)
#7D1F22 — rgb(125, 31, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 100%, 25%);
text
color: hsl(34, 100%, 25%);
border
border: 2px solid hsl(34, 100%, 25%);
gradient light
background: linear-gradient(to right, hsl(34, 100%, 45%), hsl(34, 100%, 25%));
gradient dark
background: linear-gradient(to right, hsl(34, 100%, 25%), hsl(34, 100%, 5%))
hex
background-color: #804800;
tailwind
bg-[hsl(34,100%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 100%, 25%, 0.4);
css variable
--color-primary: hsl(34, 100%, 25%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 100%, 25%)?
HEX: #804800 | RGB: rgb(128, 72, 0) | CMYK: 0%, 44%, 100%, 50% | HSV: 34°, 100%, 50%. Copy any format from the conversion table above.
What colors go well with #804800?
The complementary color is HSL(214, 100%, 25%). 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, 100%, 25%) in CSS?
As HSL: color: hsl(34, 100%, 25%); — As HEX: color: #804800; — As RGB: color: rgb(128, 72, 0); — Tailwind CSS: bg-[hsl(34,100%,25%)] — CSS variable: --color-primary: hsl(34, 100%, 25%);