HSL(357, 30%, 67%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,30%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 30%, 67%) | color: hsl(357, 30%, 67%) | |
| HEX | #C49294 | color: #C49294 | |
| RGB | rgb(196, 146, 148) | color: rgb(196, 146, 148) | |
| CMYK | cmyk(0%, 26%, 24%, 23%) | — | |
| HSV | hsv(358, 26%, 77%) | — | |
| HWB | hwb(358 57% 23%) | color: hwb(358 57% 23%) | |
| OKLCH | oklch(0.7082 0.0607 16.04) | color: oklch(0.7082 0.0607 16.04) | |
| Lab | lab(65.31 19.14 6.34) | color: lab(65.31 19.14 6.34) | |
| LCH | lch(65.31 20.16 18.33) | color: lch(65.31 20.16 18.33) |
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)
#AEAE94 — rgb(174, 174, 148)
Deuteranopia (Green-blind)
#B1B593 — rgb(177, 181, 147)
Tritanopia (Blue-blind)
#C29393 — rgb(194, 147, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 30%, 67%);
text
color: hsl(357, 30%, 67%);
border
border: 2px solid hsl(357, 30%, 67%);
gradient light
background: linear-gradient(to right, hsl(357, 30%, 87%), hsl(357, 30%, 67%));
gradient dark
background: linear-gradient(to right, hsl(357, 30%, 67%), hsl(357, 30%, 47%))
hex
background-color: #C49294;
tailwind
bg-[hsl(357,30%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 30%, 67%, 0.4);
css variable
--color-primary: hsl(357, 30%, 67%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 30%, 67%)?
HEX: #C49294 | RGB: rgb(196, 146, 148) | CMYK: 0%, 26%, 24%, 23% | HSV: 358°, 26%, 77%. Copy any format from the conversion table above.
What colors go well with #C49294?
The complementary color is HSL(177, 30%, 67%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 30%, 67%) in CSS?
As HSL: color: hsl(357, 30%, 67%); — As HEX: color: #C49294; — As RGB: color: rgb(196, 146, 148); — Tailwind CSS: bg-[hsl(357,30%,67%)] — CSS variable: --color-primary: hsl(357, 30%, 67%);