HSL(33, 40%, 58%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,40%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 40%, 58%) | color: hsl(33, 40%, 58%) | |
| HEX | #BF9869 | color: #BF9869 | |
| RGB | rgb(191, 152, 105) | color: rgb(191, 152, 105) | |
| CMYK | cmyk(0%, 20%, 45%, 25%) | — | |
| HSV | hsv(33, 45%, 75%) | — | |
| HWB | hwb(33 41% 25%) | color: hwb(33 41% 25%) | |
| OKLCH | oklch(0.7049 0.0783 71.21) | color: oklch(0.7049 0.0783 71.21) | |
| Lab | lab(65.4 8.42 30.23) | color: lab(65.4 8.42 30.23) | |
| LCH | lch(65.4 31.38 74.44) | color: lch(65.4 31.38 74.44) |
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)
#AEAE74 — rgb(174, 174, 116)
Deuteranopia (Green-blind)
#B0B377 — rgb(176, 179, 119)
Tritanopia (Blue-blind)
#BD7D7F — rgb(189, 125, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 40%, 58%);
text
color: hsl(33, 40%, 58%);
border
border: 2px solid hsl(33, 40%, 58%);
gradient light
background: linear-gradient(to right, hsl(33, 40%, 78%), hsl(33, 40%, 58%));
gradient dark
background: linear-gradient(to right, hsl(33, 40%, 58%), hsl(33, 40%, 38%))
hex
background-color: #BF9869;
tailwind
bg-[hsl(33,40%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 40%, 58%, 0.4);
css variable
--color-primary: hsl(33, 40%, 58%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 40%, 58%)?
HEX: #BF9869 | RGB: rgb(191, 152, 105) | CMYK: 0%, 20%, 45%, 25% | HSV: 33°, 45%, 75%. Copy any format from the conversion table above.
What colors go well with #BF9869?
The complementary color is HSL(213, 40%, 58%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 40%, 58%) in CSS?
As HSL: color: hsl(33, 40%, 58%); — As HEX: color: #BF9869; — As RGB: color: rgb(191, 152, 105); — Tailwind CSS: bg-[hsl(33,40%,58%)] — CSS variable: --color-primary: hsl(33, 40%, 58%);