HSL(33, 99%, 25%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,99%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 99%, 25%) | color: hsl(33, 99%, 25%) | |
| HEX | #7F4601 | color: #7F4601 | |
| RGB | rgb(127, 70, 1) | color: rgb(127, 70, 1) | |
| CMYK | cmyk(0%, 45%, 99%, 50%) | — | |
| HSV | hsv(33, 99%, 50%) | — | |
| HWB | hwb(33 1% 50%) | color: hwb(33 1% 50%) | |
| OKLCH | oklch(0.4538 0.1049 61.05) | color: oklch(0.4538 0.1049 61.05) | |
| Lab | lab(35.78 20.08 45.16) | color: lab(35.78 20.08 45.16) | |
| LCH | lch(35.78 49.42 66.03) | color: lch(35.78 49.42 66.03) |
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)
#666612 — rgb(102, 102, 18)
Deuteranopia (Green-blind)
#6A6E16 — rgb(106, 110, 22)
Tritanopia (Blue-blind)
#7C1F22 — rgb(124, 31, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 99%, 25%);
text
color: hsl(33, 99%, 25%);
border
border: 2px solid hsl(33, 99%, 25%);
gradient light
background: linear-gradient(to right, hsl(33, 99%, 45%), hsl(33, 99%, 25%));
gradient dark
background: linear-gradient(to right, hsl(33, 99%, 25%), hsl(33, 99%, 5%))
hex
background-color: #7F4601;
tailwind
bg-[hsl(33,99%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 99%, 25%, 0.4);
css variable
--color-primary: hsl(33, 99%, 25%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 99%, 25%)?
HEX: #7F4601 | RGB: rgb(127, 70, 1) | CMYK: 0%, 45%, 99%, 50% | HSV: 33°, 99%, 50%. Copy any format from the conversion table above.
What colors go well with #7F4601?
The complementary color is HSL(213, 99%, 25%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 99%, 25%) in CSS?
As HSL: color: hsl(33, 99%, 25%); — As HEX: color: #7F4601; — As RGB: color: rgb(127, 70, 1); — Tailwind CSS: bg-[hsl(33,99%,25%)] — CSS variable: --color-primary: hsl(33, 99%, 25%);