HSL(358, 85%, 84%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,85%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 85%, 84%) | color: hsl(358, 85%, 84%) | |
| HEX | #F9B4B6 | color: #F9B4B6 | |
| RGB | rgb(249, 180, 182) | color: rgb(249, 180, 182) | |
| CMYK | cmyk(0%, 28%, 27%, 2%) | — | |
| HSV | hsv(358, 28%, 98%) | — | |
| HWB | hwb(358 71% 2%) | color: hwb(358 71% 2%) | |
| OKLCH | oklch(0.8347 0.0807 17.01) | color: oklch(0.8347 0.0807 17.01) | |
| Lab | lab(79.71 25.34 8.96) | color: lab(79.71 25.34 8.96) | |
| LCH | lch(79.71 26.88 19.47) | color: lch(79.71 26.88 19.47) |
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)
#DBDBB6 — rgb(219, 219, 182)
Deuteranopia (Green-blind)
#DFE4B5 — rgb(223, 228, 181)
Tritanopia (Blue-blind)
#F6B5B5 — rgb(246, 181, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 85%, 84%);
text
color: hsl(358, 85%, 84%);
border
border: 2px solid hsl(358, 85%, 84%);
gradient light
background: linear-gradient(to right, hsl(358, 85%, 100%), hsl(358, 85%, 84%));
gradient dark
background: linear-gradient(to right, hsl(358, 85%, 84%), hsl(358, 85%, 64%))
hex
background-color: #F9B4B6;
tailwind
bg-[hsl(358,85%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 85%, 84%, 0.4);
css variable
--color-primary: hsl(358, 85%, 84%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 85%, 84%)?
HEX: #F9B4B6 | RGB: rgb(249, 180, 182) | CMYK: 0%, 28%, 27%, 2% | HSV: 358°, 28%, 98%. Copy any format from the conversion table above.
What colors go well with #F9B4B6?
The complementary color is HSL(178, 85%, 84%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 85%, 84%) in CSS?
As HSL: color: hsl(358, 85%, 84%); — As HEX: color: #F9B4B6; — As RGB: color: rgb(249, 180, 182); — Tailwind CSS: bg-[hsl(358,85%,84%)] — CSS variable: --color-primary: hsl(358, 85%, 84%);