HSL(357, 83%, 67%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,83%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 83%, 67%) | color: hsl(357, 83%, 67%) | |
| HEX | #F1656C | color: #F1656C | |
| RGB | rgb(241, 101, 108) | color: rgb(241, 101, 108) | |
| CMYK | cmyk(0%, 58%, 55%, 5%) | — | |
| HSV | hsv(357, 58%, 95%) | — | |
| HWB | hwb(357 40% 5%) | color: hwb(357 40% 5%) | |
| OKLCH | oklch(0.6836 0.1727 19.88) | color: oklch(0.6836 0.1727 19.88) | |
| Lab | lab(60.87 54.41 23.78) | color: lab(60.87 54.41 23.78) | |
| LCH | lch(60.87 59.38 23.61) | color: lch(60.87 59.38 23.61) |
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)
#B4B36A — rgb(180, 179, 106)
Deuteranopia (Green-blind)
#BDC76A — rgb(189, 199, 106)
Tritanopia (Blue-blind)
#EA6969 — rgb(234, 105, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 83%, 67%);
text
color: hsl(357, 83%, 67%);
border
border: 2px solid hsl(357, 83%, 67%);
gradient light
background: linear-gradient(to right, hsl(357, 83%, 87%), hsl(357, 83%, 67%));
gradient dark
background: linear-gradient(to right, hsl(357, 83%, 67%), hsl(357, 83%, 47%))
hex
background-color: #F1656C;
tailwind
bg-[hsl(357,83%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 83%, 67%, 0.4);
css variable
--color-primary: hsl(357, 83%, 67%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 83%, 67%)?
HEX: #F1656C | RGB: rgb(241, 101, 108) | CMYK: 0%, 58%, 55%, 5% | HSV: 357°, 58%, 95%. Copy any format from the conversion table above.
What colors go well with #F1656C?
The complementary color is HSL(177, 83%, 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, 83%, 67%) in CSS?
As HSL: color: hsl(357, 83%, 67%); — As HEX: color: #F1656C; — As RGB: color: rgb(241, 101, 108); — Tailwind CSS: bg-[hsl(357,83%,67%)] — CSS variable: --color-primary: hsl(357, 83%, 67%);