HSL(29, 35%, 61%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,35%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 35%, 61%) | color: hsl(29, 35%, 61%) | |
| HEX | #BE9A79 | color: #BE9A79 | |
| RGB | rgb(190, 154, 121) | color: rgb(190, 154, 121) | |
| CMYK | cmyk(0%, 19%, 36%, 25%) | — | |
| HSV | hsv(29, 36%, 75%) | — | |
| HWB | hwb(29 48% 25%) | color: hwb(29 48% 25%) | |
| OKLCH | oklch(0.711 0.0626 64.06) | color: oklch(0.711 0.0626 64.06) | |
| Lab | lab(66.09 8.74 22.39) | color: lab(66.09 8.74 22.39) | |
| LCH | lch(66.09 24.04 68.68) | color: lch(66.09 24.04 68.68) |
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)
#AEAE81 — rgb(174, 174, 129)
Deuteranopia (Green-blind)
#B1B383 — rgb(177, 179, 131)
Tritanopia (Blue-blind)
#BC8789 — rgb(188, 135, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 35%, 61%);
text
color: hsl(29, 35%, 61%);
border
border: 2px solid hsl(29, 35%, 61%);
gradient light
background: linear-gradient(to right, hsl(29, 35%, 81%), hsl(29, 35%, 61%));
gradient dark
background: linear-gradient(to right, hsl(29, 35%, 61%), hsl(29, 35%, 41%))
hex
background-color: #BE9A79;
tailwind
bg-[hsl(29,35%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 35%, 61%, 0.4);
css variable
--color-primary: hsl(29, 35%, 61%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 35%, 61%)?
HEX: #BE9A79 | RGB: rgb(190, 154, 121) | CMYK: 0%, 19%, 36%, 25% | HSV: 29°, 36%, 75%. Copy any format from the conversion table above.
What colors go well with #BE9A79?
The complementary color is HSL(209, 35%, 61%). 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, 35%, 61%) in CSS?
As HSL: color: hsl(29, 35%, 61%); — As HEX: color: #BE9A79; — As RGB: color: rgb(190, 154, 121); — Tailwind CSS: bg-[hsl(29,35%,61%)] — CSS variable: --color-primary: hsl(29, 35%, 61%);