HSL(1, 20%, 68%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(1,20%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 20%, 68%) | color: hsl(1, 20%, 68%) | |
| HEX | #BE9E9D | color: #BE9E9D | |
| RGB | rgb(190, 158, 157) | color: rgb(190, 158, 157) | |
| CMYK | cmyk(0%, 17%, 17%, 25%) | — | |
| HSV | hsv(2, 17%, 75%) | — | |
| HWB | hwb(2 62% 25%) | color: hwb(2 62% 25%) | |
| OKLCH | oklch(0.7277 0.0381 20.17) | color: oklch(0.7277 0.0381 20.17) | |
| Lab | lab(67.9 11.64 4.95) | color: lab(67.9 11.64 4.95) | |
| LCH | lch(67.9 12.65 23.04) | color: lch(67.9 12.65 23.04) |
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)
#B0B09D — rgb(176, 176, 157)
Deuteranopia (Green-blind)
#B2B49D — rgb(178, 180, 157)
Tritanopia (Blue-blind)
#BC9D9D — rgb(188, 157, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 20%, 68%);
text
color: hsl(1, 20%, 68%);
border
border: 2px solid hsl(1, 20%, 68%);
gradient light
background: linear-gradient(to right, hsl(1, 20%, 88%), hsl(1, 20%, 68%));
gradient dark
background: linear-gradient(to right, hsl(1, 20%, 68%), hsl(1, 20%, 48%))
hex
background-color: #BE9E9D;
tailwind
bg-[hsl(1,20%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 20%, 68%, 0.4);
css variable
--color-primary: hsl(1, 20%, 68%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(1, 20%, 68%)?
HEX: #BE9E9D | RGB: rgb(190, 158, 157) | CMYK: 0%, 17%, 17%, 25% | HSV: 2°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #BE9E9D?
The complementary color is HSL(181, 20%, 68%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(1, 20%, 68%) in CSS?
As HSL: color: hsl(1, 20%, 68%); — As HEX: color: #BE9E9D; — As RGB: color: rgb(190, 158, 157); — Tailwind CSS: bg-[hsl(1,20%,68%)] — CSS variable: --color-primary: hsl(1, 20%, 68%);