HSL(31, 100%, 66%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,100%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 100%, 66%) | color: hsl(31, 100%, 66%) | |
| HEX | #FFAB52 | color: #FFAB52 | |
| RGB | rgb(255, 171, 82) | color: rgb(255, 171, 82) | |
| CMYK | cmyk(0%, 33%, 68%, 0%) | — | |
| HSV | hsv(31, 68%, 100%) | — | |
| HWB | hwb(31 32% 0%) | color: hwb(31 32% 0%) | |
| OKLCH | oklch(0.8074 0.1429 64.7) | color: oklch(0.8074 0.1429 64.7) | |
| Lab | lab(76.68 22.98 56.95) | color: lab(76.68 22.98 56.95) | |
| LCH | lch(76.68 61.41 68.03) | color: lch(76.68 61.41 68.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#DBDA68 — rgb(219, 218, 104)
Deuteranopia (Green-blind)
#E0E66D — rgb(224, 230, 109)
Tritanopia (Blue-blind)
#FB797C — rgb(251, 121, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 100%, 66%);
text
color: hsl(31, 100%, 66%);
border
border: 2px solid hsl(31, 100%, 66%);
gradient light
background: linear-gradient(to right, hsl(31, 100%, 86%), hsl(31, 100%, 66%));
gradient dark
background: linear-gradient(to right, hsl(31, 100%, 66%), hsl(31, 100%, 46%))
hex
background-color: #FFAB52;
tailwind
bg-[hsl(31,100%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 100%, 66%, 0.4);
css variable
--color-primary: hsl(31, 100%, 66%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 100%, 66%)?
HEX: #FFAB52 | RGB: rgb(255, 171, 82) | CMYK: 0%, 33%, 68%, 0% | HSV: 31°, 68%, 100%. Copy any format from the conversion table above.
What colors go well with #FFAB52?
The complementary color is HSL(211, 100%, 66%). 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, 100%, 66%) in CSS?
As HSL: color: hsl(31, 100%, 66%); — As HEX: color: #FFAB52; — As RGB: color: rgb(255, 171, 82); — Tailwind CSS: bg-[hsl(31,100%,66%)] — CSS variable: --color-primary: hsl(31, 100%, 66%);