HSL(347, 54%, 52%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(347,54%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(347, 54%, 52%) | color: hsl(347, 54%, 52%) | |
| HEX | #C7435F | color: #C7435F | |
| RGB | rgb(199, 67, 95) | color: rgb(199, 67, 95) | |
| CMYK | cmyk(0%, 66%, 52%, 22%) | — | |
| HSV | hsv(347, 66%, 78%) | — | |
| HWB | hwb(347 27% 22%) | color: hwb(347 27% 22%) | |
| OKLCH | oklch(0.5751 0.1677 11.5) | color: oklch(0.5751 0.1677 11.5) | |
| Lab | lab(48.24 54.31 13.18) | color: lab(48.24 54.31 13.18) | |
| LCH | lch(48.24 55.89 13.64) | color: lch(48.24 55.89 13.64) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#8E8D58 — rgb(142, 141, 88)
Deuteranopia (Green-blind)
#969F57 — rgb(150, 159, 87)
Tritanopia (Blue-blind)
#C05352 — rgb(192, 83, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(347, 54%, 52%);
text
color: hsl(347, 54%, 52%);
border
border: 2px solid hsl(347, 54%, 52%);
gradient light
background: linear-gradient(to right, hsl(347, 54%, 72%), hsl(347, 54%, 52%));
gradient dark
background: linear-gradient(to right, hsl(347, 54%, 52%), hsl(347, 54%, 32%))
hex
background-color: #C7435F;
tailwind
bg-[hsl(347,54%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(347, 54%, 52%, 0.4);
css variable
--color-primary: hsl(347, 54%, 52%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(347, 54%, 52%)?
HEX: #C7435F | RGB: rgb(199, 67, 95) | CMYK: 0%, 66%, 52%, 22% | HSV: 347°, 66%, 78%. Copy any format from the conversion table above.
What colors go well with #C7435F?
The complementary color is HSL(167, 54%, 52%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(347, 54%, 52%) in CSS?
As HSL: color: hsl(347, 54%, 52%); — As HEX: color: #C7435F; — As RGB: color: rgb(199, 67, 95); — Tailwind CSS: bg-[hsl(347,54%,52%)] — CSS variable: --color-primary: hsl(347, 54%, 52%);