HSL(31, 89%, 30%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,89%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 89%, 30%) | color: hsl(31, 89%, 30%) | |
| HEX | #914F08 | color: #914F08 | |
| RGB | rgb(145, 79, 8) | color: rgb(145, 79, 8) | |
| CMYK | cmyk(0%, 46%, 94%, 43%) | — | |
| HSV | hsv(31, 94%, 57%) | — | |
| HWB | hwb(31 3% 43%) | color: hwb(31 3% 43%) | |
| OKLCH | oklch(0.4967 0.1147 58.65) | color: oklch(0.4967 0.1147 58.65) | |
| Lab | lab(40.62 23.21 47.54) | color: lab(40.62 23.21 47.54) | |
| LCH | lch(40.62 52.9 63.98) | color: lch(40.62 52.9 63.98) |
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)
#747419 — rgb(116, 116, 25)
Deuteranopia (Green-blind)
#787D1D — rgb(120, 125, 29)
Tritanopia (Blue-blind)
#8E272A — rgb(142, 39, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 89%, 30%);
text
color: hsl(31, 89%, 30%);
border
border: 2px solid hsl(31, 89%, 30%);
gradient light
background: linear-gradient(to right, hsl(31, 89%, 50%), hsl(31, 89%, 30%));
gradient dark
background: linear-gradient(to right, hsl(31, 89%, 30%), hsl(31, 89%, 10%))
hex
background-color: #914F08;
tailwind
bg-[hsl(31,89%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 89%, 30%, 0.4);
css variable
--color-primary: hsl(31, 89%, 30%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 89%, 30%)?
HEX: #914F08 | RGB: rgb(145, 79, 8) | CMYK: 0%, 46%, 94%, 43% | HSV: 31°, 94%, 57%. Copy any format from the conversion table above.
What colors go well with #914F08?
The complementary color is HSL(211, 89%, 30%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 89%, 30%) in CSS?
As HSL: color: hsl(31, 89%, 30%); — As HEX: color: #914F08; — As RGB: color: rgb(145, 79, 8); — Tailwind CSS: bg-[hsl(31,89%,30%)] — CSS variable: --color-primary: hsl(31, 89%, 30%);