HSL(346, 67%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,67%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 67%, 75%) | color: hsl(346, 67%, 75%) | |
| HEX | #EA95A8 | color: #EA95A8 | |
| RGB | rgb(234, 149, 168) | color: rgb(234, 149, 168) | |
| CMYK | cmyk(0%, 36%, 28%, 8%) | — | |
| HSV | hsv(347, 36%, 92%) | — | |
| HWB | hwb(347 59% 8%) | color: hwb(347 59% 8%) | |
| OKLCH | oklch(0.7611 0.1045 5.32) | color: oklch(0.7611 0.1045 5.32) | |
| Lab | lab(70.75 34.38 3.53) | color: lab(70.75 34.38 3.53) | |
| LCH | lch(70.75 34.56 5.86) | color: lch(70.75 34.56 5.86) |
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)
#C5C4A3 — rgb(197, 196, 163)
Deuteranopia (Green-blind)
#CAD1A2 — rgb(202, 209, 162)
Tritanopia (Blue-blind)
#E6A09F — rgb(230, 160, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 67%, 75%);
text
color: hsl(346, 67%, 75%);
border
border: 2px solid hsl(346, 67%, 75%);
gradient light
background: linear-gradient(to right, hsl(346, 67%, 95%), hsl(346, 67%, 75%));
gradient dark
background: linear-gradient(to right, hsl(346, 67%, 75%), hsl(346, 67%, 55%))
hex
background-color: #EA95A8;
tailwind
bg-[hsl(346,67%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 67%, 75%, 0.4);
css variable
--color-primary: hsl(346, 67%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 67%, 75%)?
HEX: #EA95A8 | RGB: rgb(234, 149, 168) | CMYK: 0%, 36%, 28%, 8% | HSV: 347°, 36%, 92%. Copy any format from the conversion table above.
What colors go well with #EA95A8?
The complementary color is HSL(166, 67%, 75%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(346, 67%, 75%) in CSS?
As HSL: color: hsl(346, 67%, 75%); — As HEX: color: #EA95A8; — As RGB: color: rgb(234, 149, 168); — Tailwind CSS: bg-[hsl(346,67%,75%)] — CSS variable: --color-primary: hsl(346, 67%, 75%);