HSL(2, 77%, 84%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,77%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 77%, 84%) | color: hsl(2, 77%, 84%) | |
| HEX | #F6B9B7 | color: #F6B9B7 | |
| RGB | rgb(246, 185, 183) | color: rgb(246, 185, 183) | |
| CMYK | cmyk(0%, 25%, 26%, 4%) | — | |
| HSV | hsv(2, 26%, 96%) | — | |
| HWB | hwb(2 71% 4%) | color: hwb(2 71% 4%) | |
| OKLCH | oklch(0.8408 0.0711 20.83) | color: oklch(0.8408 0.0711 20.83) | |
| Lab | lab(80.58 21.74 9.62) | color: lab(80.58 21.74 9.62) | |
| LCH | lch(80.58 23.77 23.87) | color: lch(80.58 23.77 23.87) |
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)
#DCDBB7 — rgb(220, 219, 183)
Deuteranopia (Green-blind)
#DFE4B8 — rgb(223, 228, 184)
Tritanopia (Blue-blind)
#F3B8B8 — rgb(243, 184, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 77%, 84%);
text
color: hsl(2, 77%, 84%);
border
border: 2px solid hsl(2, 77%, 84%);
gradient light
background: linear-gradient(to right, hsl(2, 77%, 100%), hsl(2, 77%, 84%));
gradient dark
background: linear-gradient(to right, hsl(2, 77%, 84%), hsl(2, 77%, 64%))
hex
background-color: #F6B9B7;
tailwind
bg-[hsl(2,77%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 77%, 84%, 0.4);
css variable
--color-primary: hsl(2, 77%, 84%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 77%, 84%)?
HEX: #F6B9B7 | RGB: rgb(246, 185, 183) | CMYK: 0%, 25%, 26%, 4% | HSV: 2°, 26%, 96%. Copy any format from the conversion table above.
What colors go well with #F6B9B7?
The complementary color is HSL(182, 77%, 84%). 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, 77%, 84%) in CSS?
As HSL: color: hsl(2, 77%, 84%); — As HEX: color: #F6B9B7; — As RGB: color: rgb(246, 185, 183); — Tailwind CSS: bg-[hsl(2,77%,84%)] — CSS variable: --color-primary: hsl(2, 77%, 84%);