HSL(29, 30%, 64%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,30%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 30%, 64%) | color: hsl(29, 30%, 64%) | |
| HEX | #BFA288 | color: #BFA288 | |
| RGB | rgb(191, 162, 136) | color: rgb(191, 162, 136) | |
| CMYK | cmyk(0%, 15%, 29%, 25%) | — | |
| HSV | hsv(28, 29%, 75%) | — | |
| HWB | hwb(28 53% 25%) | color: hwb(28 53% 25%) | |
| OKLCH | oklch(0.7313 0.0498 63.81) | color: oklch(0.7313 0.0498 63.81) | |
| Lab | lab(68.53 6.71 17.49) | color: lab(68.53 6.71 17.49) | |
| LCH | lch(68.53 18.73 69.01) | color: lch(68.53 18.73 69.01) |
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)
#B2B28E — rgb(178, 178, 142)
Deuteranopia (Green-blind)
#B4B690 — rgb(180, 182, 144)
Tritanopia (Blue-blind)
#BE9394 — rgb(190, 147, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 30%, 64%);
text
color: hsl(29, 30%, 64%);
border
border: 2px solid hsl(29, 30%, 64%);
gradient light
background: linear-gradient(to right, hsl(29, 30%, 84%), hsl(29, 30%, 64%));
gradient dark
background: linear-gradient(to right, hsl(29, 30%, 64%), hsl(29, 30%, 44%))
hex
background-color: #BFA288;
tailwind
bg-[hsl(29,30%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 30%, 64%, 0.4);
css variable
--color-primary: hsl(29, 30%, 64%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 30%, 64%)?
HEX: #BFA288 | RGB: rgb(191, 162, 136) | CMYK: 0%, 15%, 29%, 25% | HSV: 28°, 29%, 75%. Copy any format from the conversion table above.
What colors go well with #BFA288?
The complementary color is HSL(209, 30%, 64%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 30%, 64%) in CSS?
As HSL: color: hsl(29, 30%, 64%); — As HEX: color: #BFA288; — As RGB: color: rgb(191, 162, 136); — Tailwind CSS: bg-[hsl(29,30%,64%)] — CSS variable: --color-primary: hsl(29, 30%, 64%);