HSL(1, 19%, 68%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(1,19%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 19%, 68%) | color: hsl(1, 19%, 68%) | |
| HEX | #BD9E9E | color: #BD9E9E | |
| RGB | rgb(189, 158, 158) | color: rgb(189, 158, 158) | |
| CMYK | cmyk(0%, 16%, 16%, 26%) | — | |
| HSV | hsv(0, 16%, 74%) | — | |
| HWB | hwb(0 62% 26%) | color: hwb(0 62% 26%) | |
| OKLCH | oklch(0.727 0.0368 18.03) | color: oklch(0.727 0.0368 18.03) | |
| Lab | lab(67.83 11.43 4.28) | color: lab(67.83 11.43 4.28) | |
| LCH | lch(67.83 12.21 20.53) | color: lch(67.83 12.21 20.53) |
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)
#B0AF9E — rgb(176, 175, 158)
Deuteranopia (Green-blind)
#B1B49E — rgb(177, 180, 158)
Tritanopia (Blue-blind)
#BB9E9E — rgb(187, 158, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 19%, 68%);
text
color: hsl(1, 19%, 68%);
border
border: 2px solid hsl(1, 19%, 68%);
gradient light
background: linear-gradient(to right, hsl(1, 19%, 88%), hsl(1, 19%, 68%));
gradient dark
background: linear-gradient(to right, hsl(1, 19%, 68%), hsl(1, 19%, 48%))
hex
background-color: #BD9E9E;
tailwind
bg-[hsl(1,19%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 19%, 68%, 0.4);
css variable
--color-primary: hsl(1, 19%, 68%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(1, 19%, 68%)?
HEX: #BD9E9E | RGB: rgb(189, 158, 158) | CMYK: 0%, 16%, 16%, 26% | HSV: 0°, 16%, 74%. Copy any format from the conversion table above.
What colors go well with #BD9E9E?
The complementary color is HSL(181, 19%, 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, 19%, 68%) in CSS?
As HSL: color: hsl(1, 19%, 68%); — As HEX: color: #BD9E9E; — As RGB: color: rgb(189, 158, 158); — Tailwind CSS: bg-[hsl(1,19%,68%)] — CSS variable: --color-primary: hsl(1, 19%, 68%);