HSL(28, 26%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(28,26%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(28, 26%, 63%) | color: hsl(28, 26%, 63%) | |
| HEX | #B99F88 | color: #B99F88 | |
| RGB | rgb(185, 159, 136) | color: rgb(185, 159, 136) | |
| CMYK | cmyk(0%, 14%, 26%, 27%) | — | |
| HSV | hsv(28, 26%, 73%) | — | |
| HWB | hwb(28 54% 27%) | color: hwb(28 54% 27%) | |
| OKLCH | oklch(0.7195 0.0446 63.53) | color: oklch(0.7195 0.0446 63.53) | |
| Lab | lab(67.19 5.99 15.55) | color: lab(67.19 5.99 15.55) | |
| LCH | lch(67.19 16.66 68.93) | color: lch(67.19 16.66 68.93) |
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)
#AEAE8E — rgb(174, 174, 142)
Deuteranopia (Green-blind)
#AFB18F — rgb(175, 177, 143)
Tritanopia (Blue-blind)
#B89293 — rgb(184, 146, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(28, 26%, 63%);
text
color: hsl(28, 26%, 63%);
border
border: 2px solid hsl(28, 26%, 63%);
gradient light
background: linear-gradient(to right, hsl(28, 26%, 83%), hsl(28, 26%, 63%));
gradient dark
background: linear-gradient(to right, hsl(28, 26%, 63%), hsl(28, 26%, 43%))
hex
background-color: #B99F88;
tailwind
bg-[hsl(28,26%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(28, 26%, 63%, 0.4);
css variable
--color-primary: hsl(28, 26%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(28, 26%, 63%)?
HEX: #B99F88 | RGB: rgb(185, 159, 136) | CMYK: 0%, 14%, 26%, 27% | HSV: 28°, 26%, 73%. Copy any format from the conversion table above.
What colors go well with #B99F88?
The complementary color is HSL(208, 26%, 63%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(28, 26%, 63%) in CSS?
As HSL: color: hsl(28, 26%, 63%); — As HEX: color: #B99F88; — As RGB: color: rgb(185, 159, 136); — Tailwind CSS: bg-[hsl(28,26%,63%)] — CSS variable: --color-primary: hsl(28, 26%, 63%);