HSL(21, 72%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,72%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 72%, 65%) | color: hsl(21, 72%, 65%) | |
| HEX | #E69265 | color: #E69265 | |
| RGB | rgb(230, 146, 101) | color: rgb(230, 146, 101) | |
| CMYK | cmyk(0%, 37%, 56%, 10%) | — | |
| HSV | hsv(21, 56%, 90%) | — | |
| HWB | hwb(21 40% 10%) | color: hwb(21 40% 10%) | |
| OKLCH | oklch(0.7366 0.1183 48.41) | color: oklch(0.7366 0.1183 48.41) | |
| Lab | lab(68.26 27.27 36.9) | color: lab(68.26 27.27 36.9) | |
| LCH | lch(68.26 45.88 53.53) | color: lch(68.26 45.88 53.53) |
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)
#C2C170 — rgb(194, 193, 112)
Deuteranopia (Green-blind)
#C7CD73 — rgb(199, 205, 115)
Tritanopia (Blue-blind)
#E2787A — rgb(226, 120, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 72%, 65%);
text
color: hsl(21, 72%, 65%);
border
border: 2px solid hsl(21, 72%, 65%);
gradient light
background: linear-gradient(to right, hsl(21, 72%, 85%), hsl(21, 72%, 65%));
gradient dark
background: linear-gradient(to right, hsl(21, 72%, 65%), hsl(21, 72%, 45%))
hex
background-color: #E69265;
tailwind
bg-[hsl(21,72%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 72%, 65%, 0.4);
css variable
--color-primary: hsl(21, 72%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 72%, 65%)?
HEX: #E69265 | RGB: rgb(230, 146, 101) | CMYK: 0%, 37%, 56%, 10% | HSV: 21°, 56%, 90%. Copy any format from the conversion table above.
What colors go well with #E69265?
The complementary color is HSL(201, 72%, 65%). 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%, 65%) in CSS?
As HSL: color: hsl(21, 72%, 65%); — As HEX: color: #E69265; — As RGB: color: rgb(230, 146, 101); — Tailwind CSS: bg-[hsl(21,72%,65%)] — CSS variable: --color-primary: hsl(21, 72%, 65%);