HSL(356, 83%, 65%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,83%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 83%, 65%) | color: hsl(356, 83%, 65%) | |
| HEX | #F05C66 | color: #F05C66 | |
| RGB | rgb(240, 92, 102) | color: rgb(240, 92, 102) | |
| CMYK | cmyk(0%, 62%, 58%, 6%) | — | |
| HSV | hsv(356, 62%, 94%) | — | |
| HWB | hwb(356 36% 6%) | color: hwb(356 36% 6%) | |
| OKLCH | oklch(0.6697 0.1821 19.55) | color: oklch(0.6697 0.1821 19.55) | |
| Lab | lab(59.11 57.59 24.87) | color: lab(59.11 57.59 24.87) | |
| LCH | lch(59.11 62.73 23.36) | color: lch(59.11 62.73 23.36) |
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)
#B0AF64 — rgb(176, 175, 100)
Deuteranopia (Green-blind)
#B9C463 — rgb(185, 196, 99)
Tritanopia (Blue-blind)
#E96261 — rgb(233, 98, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 83%, 65%);
text
color: hsl(356, 83%, 65%);
border
border: 2px solid hsl(356, 83%, 65%);
gradient light
background: linear-gradient(to right, hsl(356, 83%, 85%), hsl(356, 83%, 65%));
gradient dark
background: linear-gradient(to right, hsl(356, 83%, 65%), hsl(356, 83%, 45%))
hex
background-color: #F05C66;
tailwind
bg-[hsl(356,83%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 83%, 65%, 0.4);
css variable
--color-primary: hsl(356, 83%, 65%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 83%, 65%)?
HEX: #F05C66 | RGB: rgb(240, 92, 102) | CMYK: 0%, 62%, 58%, 6% | HSV: 356°, 62%, 94%. Copy any format from the conversion table above.
What colors go well with #F05C66?
The complementary color is HSL(176, 83%, 65%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 83%, 65%) in CSS?
As HSL: color: hsl(356, 83%, 65%); — As HEX: color: #F05C66; — As RGB: color: rgb(240, 92, 102); — Tailwind CSS: bg-[hsl(356,83%,65%)] — CSS variable: --color-primary: hsl(356, 83%, 65%);