HSL(31, 72%, 79%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,72%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 72%, 79%) | color: hsl(31, 72%, 79%) | |
| HEX | #F0CBA3 | color: #F0CBA3 | |
| RGB | rgb(240, 203, 163) | color: rgb(240, 203, 163) | |
| CMYK | cmyk(0%, 15%, 32%, 6%) | — | |
| HSV | hsv(31, 32%, 94%) | — | |
| HWB | hwb(31 64% 6%) | color: hwb(31 64% 6%) | |
| OKLCH | oklch(0.8641 0.0673 68.94) | color: oklch(0.8641 0.0673 68.94) | |
| Lab | lab(83.91 7.4 24.83) | color: lab(83.91 7.4 24.83) | |
| LCH | lch(83.91 25.91 73.4) | color: lch(83.91 25.91 73.4) |
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)
#E0E0AD — rgb(224, 224, 173)
Deuteranopia (Green-blind)
#E2E5AF — rgb(226, 229, 175)
Tritanopia (Blue-blind)
#EEB4B6 — rgb(238, 180, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 72%, 79%);
text
color: hsl(31, 72%, 79%);
border
border: 2px solid hsl(31, 72%, 79%);
gradient light
background: linear-gradient(to right, hsl(31, 72%, 99%), hsl(31, 72%, 79%));
gradient dark
background: linear-gradient(to right, hsl(31, 72%, 79%), hsl(31, 72%, 59%))
hex
background-color: #F0CBA3;
tailwind
bg-[hsl(31,72%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 72%, 79%, 0.4);
css variable
--color-primary: hsl(31, 72%, 79%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 72%, 79%)?
HEX: #F0CBA3 | RGB: rgb(240, 203, 163) | CMYK: 0%, 15%, 32%, 6% | HSV: 31°, 32%, 94%. Copy any format from the conversion table above.
What colors go well with #F0CBA3?
The complementary color is HSL(211, 72%, 79%). 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, 72%, 79%) in CSS?
As HSL: color: hsl(31, 72%, 79%); — As HEX: color: #F0CBA3; — As RGB: color: rgb(240, 203, 163); — Tailwind CSS: bg-[hsl(31,72%,79%)] — CSS variable: --color-primary: hsl(31, 72%, 79%);