HSL(2, 70%, 67%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,70%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 70%, 67%) | color: hsl(2, 70%, 67%) | |
| HEX | #E67470 | color: #E67470 | |
| RGB | rgb(230, 116, 112) | color: rgb(230, 116, 112) | |
| CMYK | cmyk(0%, 50%, 51%, 10%) | — | |
| HSV | hsv(2, 51%, 90%) | — | |
| HWB | hwb(2 44% 10%) | color: hwb(2 44% 10%) | |
| OKLCH | oklch(0.6898 0.1423 23.53) | color: oklch(0.6898 0.1423 23.53) | |
| Lab | lab(62.07 43.73 22.83) | color: lab(62.07 43.73 22.83) | |
| LCH | lch(62.07 49.33 27.57) | color: lch(62.07 49.33 27.57) |
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)
#B5B471 — rgb(181, 180, 113)
Deuteranopia (Green-blind)
#BBC471 — rgb(187, 196, 113)
Tritanopia (Blue-blind)
#E07272 — rgb(224, 114, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 70%, 67%);
text
color: hsl(2, 70%, 67%);
border
border: 2px solid hsl(2, 70%, 67%);
gradient light
background: linear-gradient(to right, hsl(2, 70%, 87%), hsl(2, 70%, 67%));
gradient dark
background: linear-gradient(to right, hsl(2, 70%, 67%), hsl(2, 70%, 47%))
hex
background-color: #E67470;
tailwind
bg-[hsl(2,70%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 70%, 67%, 0.4);
css variable
--color-primary: hsl(2, 70%, 67%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 70%, 67%)?
HEX: #E67470 | RGB: rgb(230, 116, 112) | CMYK: 0%, 50%, 51%, 10% | HSV: 2°, 51%, 90%. Copy any format from the conversion table above.
What colors go well with #E67470?
The complementary color is HSL(182, 70%, 67%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 70%, 67%) in CSS?
As HSL: color: hsl(2, 70%, 67%); — As HEX: color: #E67470; — As RGB: color: rgb(230, 116, 112); — Tailwind CSS: bg-[hsl(2,70%,67%)] — CSS variable: --color-primary: hsl(2, 70%, 67%);