HSL(347, 95%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(347,95%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(347, 95%, 71%) | color: hsl(347, 95%, 71%) | |
| HEX | #FB6F8D | color: #FB6F8D | |
| RGB | rgb(251, 111, 141) | color: rgb(251, 111, 141) | |
| CMYK | cmyk(0%, 56%, 44%, 2%) | — | |
| HSV | hsv(347, 56%, 98%) | — | |
| HWB | hwb(347 43% 2%) | color: hwb(347 43% 2%) | |
| OKLCH | oklch(0.7185 0.1724 9.18) | color: oklch(0.7185 0.1724 9.18) | |
| Lab | lab(64.81 56.06 10.54) | color: lab(64.81 56.06 10.54) | |
| LCH | lch(64.81 57.04 10.65) | color: lch(64.81 57.04 10.65) |
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)
#BEBD86 — rgb(190, 189, 134)
Deuteranopia (Green-blind)
#C7D184 — rgb(199, 209, 132)
Tritanopia (Blue-blind)
#F4807F — rgb(244, 128, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(347, 95%, 71%);
text
color: hsl(347, 95%, 71%);
border
border: 2px solid hsl(347, 95%, 71%);
gradient light
background: linear-gradient(to right, hsl(347, 95%, 91%), hsl(347, 95%, 71%));
gradient dark
background: linear-gradient(to right, hsl(347, 95%, 71%), hsl(347, 95%, 51%))
hex
background-color: #FB6F8D;
tailwind
bg-[hsl(347,95%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(347, 95%, 71%, 0.4);
css variable
--color-primary: hsl(347, 95%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(347, 95%, 71%)?
HEX: #FB6F8D | RGB: rgb(251, 111, 141) | CMYK: 0%, 56%, 44%, 2% | HSV: 347°, 56%, 98%. Copy any format from the conversion table above.
What colors go well with #FB6F8D?
The complementary color is HSL(167, 95%, 71%). 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, 95%, 71%) in CSS?
As HSL: color: hsl(347, 95%, 71%); — As HEX: color: #FB6F8D; — As RGB: color: rgb(251, 111, 141); — Tailwind CSS: bg-[hsl(347,95%,71%)] — CSS variable: --color-primary: hsl(347, 95%, 71%);