HSL(1, 90%, 66%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(1,90%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 90%, 66%) | color: hsl(1, 90%, 66%) | |
| HEX | #F65D5A | color: #F65D5A | |
| RGB | rgb(246, 93, 90) | color: rgb(246, 93, 90) | |
| CMYK | cmyk(0%, 62%, 63%, 4%) | — | |
| HSV | hsv(1, 63%, 96%) | — | |
| HWB | hwb(1 36% 4%) | color: hwb(1 36% 4%) | |
| OKLCH | oklch(0.6779 0.1885 24.64) | color: oklch(0.6779 0.1885 24.64) | |
| Lab | lab(60.04 58.36 33.12) | color: lab(60.04 58.36 33.12) | |
| LCH | lch(60.04 67.1 29.58) | color: lch(60.04 67.1 29.58) |
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)
#B4B25B — rgb(180, 178, 91)
Deuteranopia (Green-blind)
#BDC85B — rgb(189, 200, 91)
Tritanopia (Blue-blind)
#EE5B5B — rgb(238, 91, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 90%, 66%);
text
color: hsl(1, 90%, 66%);
border
border: 2px solid hsl(1, 90%, 66%);
gradient light
background: linear-gradient(to right, hsl(1, 90%, 86%), hsl(1, 90%, 66%));
gradient dark
background: linear-gradient(to right, hsl(1, 90%, 66%), hsl(1, 90%, 46%))
hex
background-color: #F65D5A;
tailwind
bg-[hsl(1,90%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 90%, 66%, 0.4);
css variable
--color-primary: hsl(1, 90%, 66%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(1, 90%, 66%)?
HEX: #F65D5A | RGB: rgb(246, 93, 90) | CMYK: 0%, 62%, 63%, 4% | HSV: 1°, 63%, 96%. Copy any format from the conversion table above.
What colors go well with #F65D5A?
The complementary color is HSL(181, 90%, 66%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(1, 90%, 66%) in CSS?
As HSL: color: hsl(1, 90%, 66%); — As HEX: color: #F65D5A; — As RGB: color: rgb(246, 93, 90); — Tailwind CSS: bg-[hsl(1,90%,66%)] — CSS variable: --color-primary: hsl(1, 90%, 66%);