HSL(27, 23%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,23%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 23%, 63%) | color: hsl(27, 23%, 63%) | |
| HEX | #B69E8B | color: #B69E8B | |
| RGB | rgb(182, 158, 139) | color: rgb(182, 158, 139) | |
| CMYK | cmyk(0%, 13%, 24%, 29%) | — | |
| HSV | hsv(27, 24%, 71%) | — | |
| HWB | hwb(27 54% 29%) | color: hwb(27 54% 29%) | |
| OKLCH | oklch(0.7153 0.0391 60.49) | color: oklch(0.7153 0.0391 60.49) | |
| Lab | lab(66.72 5.8 13.19) | color: lab(66.72 5.8 13.19) | |
| LCH | lch(66.72 14.41 66.26) | color: lch(66.72 14.41 66.26) |
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)
#ACAB90 — rgb(172, 171, 144)
Deuteranopia (Green-blind)
#ADAF91 — rgb(173, 175, 145)
Tritanopia (Blue-blind)
#B59394 — rgb(181, 147, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 23%, 63%);
text
color: hsl(27, 23%, 63%);
border
border: 2px solid hsl(27, 23%, 63%);
gradient light
background: linear-gradient(to right, hsl(27, 23%, 83%), hsl(27, 23%, 63%));
gradient dark
background: linear-gradient(to right, hsl(27, 23%, 63%), hsl(27, 23%, 43%))
hex
background-color: #B69E8B;
tailwind
bg-[hsl(27,23%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 23%, 63%, 0.4);
css variable
--color-primary: hsl(27, 23%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 23%, 63%)?
HEX: #B69E8B | RGB: rgb(182, 158, 139) | CMYK: 0%, 13%, 24%, 29% | HSV: 27°, 24%, 71%. Copy any format from the conversion table above.
What colors go well with #B69E8B?
The complementary color is HSL(207, 23%, 63%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 23%, 63%) in CSS?
As HSL: color: hsl(27, 23%, 63%); — As HEX: color: #B69E8B; — As RGB: color: rgb(182, 158, 139); — Tailwind CSS: bg-[hsl(27,23%,63%)] — CSS variable: --color-primary: hsl(27, 23%, 63%);