HSL(26, 50%, 72%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,50%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 50%, 72%) | color: hsl(26, 50%, 72%) | |
| HEX | #DBB394 | color: #DBB394 | |
| RGB | rgb(219, 179, 148) | color: rgb(219, 179, 148) | |
| CMYK | cmyk(0%, 18%, 32%, 14%) | — | |
| HSV | hsv(26, 32%, 86%) | — | |
| HWB | hwb(26 58% 14%) | color: hwb(26 58% 14%) | |
| OKLCH | oklch(0.7945 0.0628 59.48) | color: oklch(0.7945 0.0628 59.48) | |
| Lab | lab(75.72 10.08 21.29) | color: lab(75.72 10.08 21.29) | |
| LCH | lch(75.72 23.56 64.66) | color: lch(75.72 23.56 64.66) |
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)
#CAC99C — rgb(202, 201, 156)
Deuteranopia (Green-blind)
#CCCF9D — rgb(204, 207, 157)
Tritanopia (Blue-blind)
#D9A1A3 — rgb(217, 161, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 50%, 72%);
text
color: hsl(26, 50%, 72%);
border
border: 2px solid hsl(26, 50%, 72%);
gradient light
background: linear-gradient(to right, hsl(26, 50%, 92%), hsl(26, 50%, 72%));
gradient dark
background: linear-gradient(to right, hsl(26, 50%, 72%), hsl(26, 50%, 52%))
hex
background-color: #DBB394;
tailwind
bg-[hsl(26,50%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 50%, 72%, 0.4);
css variable
--color-primary: hsl(26, 50%, 72%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 50%, 72%)?
HEX: #DBB394 | RGB: rgb(219, 179, 148) | CMYK: 0%, 18%, 32%, 14% | HSV: 26°, 32%, 86%. Copy any format from the conversion table above.
What colors go well with #DBB394?
The complementary color is HSL(206, 50%, 72%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(26, 50%, 72%) in CSS?
As HSL: color: hsl(26, 50%, 72%); — As HEX: color: #DBB394; — As RGB: color: rgb(219, 179, 148); — Tailwind CSS: bg-[hsl(26,50%,72%)] — CSS variable: --color-primary: hsl(26, 50%, 72%);