HSL(7, 94%, 65%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,94%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 94%, 65%) | color: hsl(7, 94%, 65%) | |
| HEX | #FA6552 | color: #FA6552 | |
| RGB | rgb(250, 101, 82) | color: rgb(250, 101, 82) | |
| CMYK | cmyk(0%, 60%, 67%, 2%) | — | |
| HSV | hsv(7, 67%, 98%) | — | |
| HWB | hwb(7 32% 2%) | color: hwb(7 32% 2%) | |
| OKLCH | oklch(0.6925 0.1861 29.84) | color: oklch(0.6925 0.1861 29.84) | |
| Lab | lab(61.87 55.81 39.94) | color: lab(61.87 55.81 39.94) | |
| LCH | lch(61.87 68.63 35.59) | color: lch(61.87 68.63 35.59) |
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)
#B9B857 — rgb(185, 184, 87)
Deuteranopia (Green-blind)
#C2CD58 — rgb(194, 205, 88)
Tritanopia (Blue-blind)
#F35A5B — rgb(243, 90, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 94%, 65%);
text
color: hsl(7, 94%, 65%);
border
border: 2px solid hsl(7, 94%, 65%);
gradient light
background: linear-gradient(to right, hsl(7, 94%, 85%), hsl(7, 94%, 65%));
gradient dark
background: linear-gradient(to right, hsl(7, 94%, 65%), hsl(7, 94%, 45%))
hex
background-color: #FA6552;
tailwind
bg-[hsl(7,94%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 94%, 65%, 0.4);
css variable
--color-primary: hsl(7, 94%, 65%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 94%, 65%)?
HEX: #FA6552 | RGB: rgb(250, 101, 82) | CMYK: 0%, 60%, 67%, 2% | HSV: 7°, 67%, 98%. Copy any format from the conversion table above.
What colors go well with #FA6552?
The complementary color is HSL(187, 94%, 65%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 94%, 65%) in CSS?
As HSL: color: hsl(7, 94%, 65%); — As HEX: color: #FA6552; — As RGB: color: rgb(250, 101, 82); — Tailwind CSS: bg-[hsl(7,94%,65%)] — CSS variable: --color-primary: hsl(7, 94%, 65%);