HSL(355, 42%, 68%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,42%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 42%, 68%) | color: hsl(355, 42%, 68%) | |
| HEX | #D08B91 | color: #D08B91 | |
| RGB | rgb(208, 139, 145) | color: rgb(208, 139, 145) | |
| CMYK | cmyk(0%, 33%, 30%, 18%) | — | |
| HSV | hsv(355, 33%, 82%) | — | |
| HWB | hwb(355 55% 18%) | color: hwb(355 55% 18%) | |
| OKLCH | oklch(0.7078 0.0847 13.74) | color: oklch(0.7078 0.0847 13.74) | |
| Lab | lab(64.9 27.1 7.62) | color: lab(64.9 27.1 7.62) | |
| LCH | lch(64.9 28.15 15.7) | color: lch(64.9 28.15 15.7) |
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)
#B2B290 — rgb(178, 178, 144)
Deuteranopia (Green-blind)
#B6BB8F — rgb(182, 187, 143)
Tritanopia (Blue-blind)
#CD8E8E — rgb(205, 142, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 42%, 68%);
text
color: hsl(355, 42%, 68%);
border
border: 2px solid hsl(355, 42%, 68%);
gradient light
background: linear-gradient(to right, hsl(355, 42%, 88%), hsl(355, 42%, 68%));
gradient dark
background: linear-gradient(to right, hsl(355, 42%, 68%), hsl(355, 42%, 48%))
hex
background-color: #D08B91;
tailwind
bg-[hsl(355,42%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 42%, 68%, 0.4);
css variable
--color-primary: hsl(355, 42%, 68%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 42%, 68%)?
HEX: #D08B91 | RGB: rgb(208, 139, 145) | CMYK: 0%, 33%, 30%, 18% | HSV: 355°, 33%, 82%. Copy any format from the conversion table above.
What colors go well with #D08B91?
The complementary color is HSL(175, 42%, 68%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 42%, 68%) in CSS?
As HSL: color: hsl(355, 42%, 68%); — As HEX: color: #D08B91; — As RGB: color: rgb(208, 139, 145); — Tailwind CSS: bg-[hsl(355,42%,68%)] — CSS variable: --color-primary: hsl(355, 42%, 68%);