HSL(349, 30%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(349,30%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(349, 30%, 71%) | color: hsl(349, 30%, 71%) | |
| HEX | #CB9FA7 | color: #CB9FA7 | |
| RGB | rgb(203, 159, 167) | color: rgb(203, 159, 167) | |
| CMYK | cmyk(0%, 22%, 18%, 20%) | — | |
| HSV | hsv(349, 22%, 80%) | — | |
| HWB | hwb(349 62% 20%) | color: hwb(349 62% 20%) | |
| OKLCH | oklch(0.7452 0.0532 6.26) | color: oklch(0.7452 0.0532 6.26) | |
| Lab | lab(69.67 17.52 2.11) | color: lab(69.67 17.52 2.11) | |
| LCH | lch(69.67 17.65 6.87) | color: lch(69.67 17.65 6.87) |
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)
#B8B8A5 — rgb(184, 184, 165)
Deuteranopia (Green-blind)
#BBBEA5 — rgb(187, 190, 165)
Tritanopia (Blue-blind)
#C9A4A3 — rgb(201, 164, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(349, 30%, 71%);
text
color: hsl(349, 30%, 71%);
border
border: 2px solid hsl(349, 30%, 71%);
gradient light
background: linear-gradient(to right, hsl(349, 30%, 91%), hsl(349, 30%, 71%));
gradient dark
background: linear-gradient(to right, hsl(349, 30%, 71%), hsl(349, 30%, 51%))
hex
background-color: #CB9FA7;
tailwind
bg-[hsl(349,30%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(349, 30%, 71%, 0.4);
css variable
--color-primary: hsl(349, 30%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(349, 30%, 71%)?
HEX: #CB9FA7 | RGB: rgb(203, 159, 167) | CMYK: 0%, 22%, 18%, 20% | HSV: 349°, 22%, 80%. Copy any format from the conversion table above.
What colors go well with #CB9FA7?
The complementary color is HSL(169, 30%, 71%). For a triadic harmony, use hues 349°, 109°, and 229°. For analogous combinations, try hues 319° and 19°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(349, 30%, 71%) in CSS?
As HSL: color: hsl(349, 30%, 71%); — As HEX: color: #CB9FA7; — As RGB: color: rgb(203, 159, 167); — Tailwind CSS: bg-[hsl(349,30%,71%)] — CSS variable: --color-primary: hsl(349, 30%, 71%);