HSL(351, 37%, 77%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,37%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 37%, 77%) | color: hsl(351, 37%, 77%) | |
| HEX | #DAAFB5 | color: #DAAFB5 | |
| RGB | rgb(218, 175, 181) | color: rgb(218, 175, 181) | |
| CMYK | cmyk(0%, 20%, 17%, 15%) | — | |
| HSV | hsv(352, 20%, 85%) | — | |
| HWB | hwb(352 68% 15%) | color: hwb(352 68% 15%) | |
| OKLCH | oklch(0.7942 0.0507 8.88) | color: oklch(0.7942 0.0507 8.88) | |
| Lab | lab(75.39 16.54 2.88) | color: lab(75.39 16.54 2.88) | |
| LCH | lch(75.39 16.79 9.88) | color: lch(75.39 16.79 9.88) |
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)
#C7C7B4 — rgb(199, 199, 180)
Deuteranopia (Green-blind)
#CACDB3 — rgb(202, 205, 179)
Tritanopia (Blue-blind)
#D8B2B2 — rgb(216, 178, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 37%, 77%);
text
color: hsl(351, 37%, 77%);
border
border: 2px solid hsl(351, 37%, 77%);
gradient light
background: linear-gradient(to right, hsl(351, 37%, 97%), hsl(351, 37%, 77%));
gradient dark
background: linear-gradient(to right, hsl(351, 37%, 77%), hsl(351, 37%, 57%))
hex
background-color: #DAAFB5;
tailwind
bg-[hsl(351,37%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 37%, 77%, 0.4);
css variable
--color-primary: hsl(351, 37%, 77%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 37%, 77%)?
HEX: #DAAFB5 | RGB: rgb(218, 175, 181) | CMYK: 0%, 20%, 17%, 15% | HSV: 352°, 20%, 85%. Copy any format from the conversion table above.
What colors go well with #DAAFB5?
The complementary color is HSL(171, 37%, 77%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 37%, 77%) in CSS?
As HSL: color: hsl(351, 37%, 77%); — As HEX: color: #DAAFB5; — As RGB: color: rgb(218, 175, 181); — Tailwind CSS: bg-[hsl(351,37%,77%)] — CSS variable: --color-primary: hsl(351, 37%, 77%);