HSL(21, 72%, 83%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,72%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 72%, 83%) | color: hsl(21, 72%, 83%) | |
| HEX | #F3CAB4 | color: #F3CAB4 | |
| RGB | rgb(243, 202, 180) | color: rgb(243, 202, 180) | |
| CMYK | cmyk(0%, 17%, 26%, 5%) | — | |
| HSV | hsv(21, 26%, 95%) | — | |
| HWB | hwb(21 70% 5%) | color: hwb(21 70% 5%) | |
| OKLCH | oklch(0.8687 0.0554 49.82) | color: oklch(0.8687 0.0554 49.82) | |
| Lab | lab(84.27 11.27 16.41) | color: lab(84.27 11.27 16.41) | |
| LCH | lch(84.27 19.91 55.52) | color: lch(84.27 19.91 55.52) |
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)
#E1E1B9 — rgb(225, 225, 185)
Deuteranopia (Green-blind)
#E4E7BB — rgb(228, 231, 187)
Tritanopia (Blue-blind)
#F1BEBE — rgb(241, 190, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 72%, 83%);
text
color: hsl(21, 72%, 83%);
border
border: 2px solid hsl(21, 72%, 83%);
gradient light
background: linear-gradient(to right, hsl(21, 72%, 100%), hsl(21, 72%, 83%));
gradient dark
background: linear-gradient(to right, hsl(21, 72%, 83%), hsl(21, 72%, 63%))
hex
background-color: #F3CAB4;
tailwind
bg-[hsl(21,72%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 72%, 83%, 0.4);
css variable
--color-primary: hsl(21, 72%, 83%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 72%, 83%)?
HEX: #F3CAB4 | RGB: rgb(243, 202, 180) | CMYK: 0%, 17%, 26%, 5% | HSV: 21°, 26%, 95%. Copy any format from the conversion table above.
What colors go well with #F3CAB4?
The complementary color is HSL(201, 72%, 83%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(21, 72%, 83%) in CSS?
As HSL: color: hsl(21, 72%, 83%); — As HEX: color: #F3CAB4; — As RGB: color: rgb(243, 202, 180); — Tailwind CSS: bg-[hsl(21,72%,83%)] — CSS variable: --color-primary: hsl(21, 72%, 83%);