HSL(2, 75%, 78%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,75%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 75%, 78%) | color: hsl(2, 75%, 78%) | |
| HEX | #F1A09D | color: #F1A09D | |
| RGB | rgb(241, 160, 157) | color: rgb(241, 160, 157) | |
| CMYK | cmyk(0%, 34%, 35%, 5%) | — | |
| HSV | hsv(2, 35%, 95%) | — | |
| HWB | hwb(2 62% 5%) | color: hwb(2 62% 5%) | |
| OKLCH | oklch(0.7848 0.0972 21.84) | color: oklch(0.7848 0.0972 21.84) | |
| Lab | lab(73.73 29.74 13.98) | color: lab(73.73 29.74 13.98) | |
| LCH | lch(73.73 32.86 25.18) | color: lch(73.73 32.86 25.18) |
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)
#CECD9E — rgb(206, 205, 158)
Deuteranopia (Green-blind)
#D3D99E — rgb(211, 217, 158)
Tritanopia (Blue-blind)
#ED9E9E — rgb(237, 158, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 75%, 78%);
text
color: hsl(2, 75%, 78%);
border
border: 2px solid hsl(2, 75%, 78%);
gradient light
background: linear-gradient(to right, hsl(2, 75%, 98%), hsl(2, 75%, 78%));
gradient dark
background: linear-gradient(to right, hsl(2, 75%, 78%), hsl(2, 75%, 58%))
hex
background-color: #F1A09D;
tailwind
bg-[hsl(2,75%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 75%, 78%, 0.4);
css variable
--color-primary: hsl(2, 75%, 78%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 75%, 78%)?
HEX: #F1A09D | RGB: rgb(241, 160, 157) | CMYK: 0%, 34%, 35%, 5% | HSV: 2°, 35%, 95%. Copy any format from the conversion table above.
What colors go well with #F1A09D?
The complementary color is HSL(182, 75%, 78%). 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, 75%, 78%) in CSS?
As HSL: color: hsl(2, 75%, 78%); — As HEX: color: #F1A09D; — As RGB: color: rgb(241, 160, 157); — Tailwind CSS: bg-[hsl(2,75%,78%)] — CSS variable: --color-primary: hsl(2, 75%, 78%);