HSL(35, 15%, 64%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(35,15%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 15%, 64%) | color: hsl(35, 15%, 64%) | |
| HEX | #B1A595 | color: #B1A595 | |
| RGB | rgb(177, 165, 149) | color: rgb(177, 165, 149) | |
| CMYK | cmyk(0%, 7%, 16%, 31%) | — | |
| HSV | hsv(34, 16%, 69%) | — | |
| HWB | hwb(34 58% 31%) | color: hwb(34 58% 31%) | |
| OKLCH | oklch(0.7277 0.0265 75.19) | color: oklch(0.7277 0.0265 75.19) | |
| Lab | lab(68.33 1.61 9.86) | color: lab(68.33 1.61 9.86) | |
| LCH | lch(68.33 9.99 80.73) | color: lch(68.33 9.99 80.73) |
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)
#ACAC99 — rgb(172, 172, 153)
Deuteranopia (Green-blind)
#ADAD9A — rgb(173, 173, 154)
Tritanopia (Blue-blind)
#B09C9D — rgb(176, 156, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 15%, 64%);
text
color: hsl(35, 15%, 64%);
border
border: 2px solid hsl(35, 15%, 64%);
gradient light
background: linear-gradient(to right, hsl(35, 15%, 84%), hsl(35, 15%, 64%));
gradient dark
background: linear-gradient(to right, hsl(35, 15%, 64%), hsl(35, 15%, 44%))
hex
background-color: #B1A595;
tailwind
bg-[hsl(35,15%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 15%, 64%, 0.4);
css variable
--color-primary: hsl(35, 15%, 64%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 15%, 64%)?
HEX: #B1A595 | RGB: rgb(177, 165, 149) | CMYK: 0%, 7%, 16%, 31% | HSV: 34°, 16%, 69%. Copy any format from the conversion table above.
What colors go well with #B1A595?
The complementary color is HSL(215, 15%, 64%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 15%, 64%) in CSS?
As HSL: color: hsl(35, 15%, 64%); — As HEX: color: #B1A595; — As RGB: color: rgb(177, 165, 149); — Tailwind CSS: bg-[hsl(35,15%,64%)] — CSS variable: --color-primary: hsl(35, 15%, 64%);