HSL(23, 67%, 55%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,67%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 67%, 55%) | color: hsl(23, 67%, 55%) | |
| HEX | #D97A3F | color: #D97A3F | |
| RGB | rgb(217, 122, 63) | color: rgb(217, 122, 63) | |
| CMYK | cmyk(0%, 44%, 71%, 15%) | — | |
| HSV | hsv(23, 71%, 85%) | — | |
| HWB | hwb(23 25% 15%) | color: hwb(23 25% 15%) | |
| OKLCH | oklch(0.6742 0.139 50.23) | color: oklch(0.6742 0.139 50.23) | |
| Lab | lab(60.81 32.26 47.34) | color: lab(60.81 32.26 47.34) | |
| LCH | lch(60.81 57.29 55.73) | color: lch(60.81 57.29 55.73) |
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)
#B0AF4D — rgb(176, 175, 77)
Deuteranopia (Green-blind)
#B5BD51 — rgb(181, 189, 81)
Tritanopia (Blue-blind)
#D4595B — rgb(212, 89, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 67%, 55%);
text
color: hsl(23, 67%, 55%);
border
border: 2px solid hsl(23, 67%, 55%);
gradient light
background: linear-gradient(to right, hsl(23, 67%, 75%), hsl(23, 67%, 55%));
gradient dark
background: linear-gradient(to right, hsl(23, 67%, 55%), hsl(23, 67%, 35%))
hex
background-color: #D97A3F;
tailwind
bg-[hsl(23,67%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 67%, 55%, 0.4);
css variable
--color-primary: hsl(23, 67%, 55%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 67%, 55%)?
HEX: #D97A3F | RGB: rgb(217, 122, 63) | CMYK: 0%, 44%, 71%, 15% | HSV: 23°, 71%, 85%. Copy any format from the conversion table above.
What colors go well with #D97A3F?
The complementary color is HSL(203, 67%, 55%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(23, 67%, 55%) in CSS?
As HSL: color: hsl(23, 67%, 55%); — As HEX: color: #D97A3F; — As RGB: color: rgb(217, 122, 63); — Tailwind CSS: bg-[hsl(23,67%,55%)] — CSS variable: --color-primary: hsl(23, 67%, 55%);