HSL(7, 83%, 67%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,83%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 83%, 67%) | color: hsl(7, 83%, 67%) | |
| HEX | #F17565 | color: #F17565 | |
| RGB | rgb(241, 117, 101) | color: rgb(241, 117, 101) | |
| CMYK | cmyk(0%, 51%, 58%, 5%) | — | |
| HSV | hsv(7, 58%, 95%) | — | |
| HWB | hwb(7 40% 5%) | color: hwb(7 40% 5%) | |
| OKLCH | oklch(0.7042 0.1558 29.1) | color: oklch(0.7042 0.1558 29.1) | |
| Lab | lab(63.65 46.37 31.37) | color: lab(63.65 46.37 31.37) | |
| LCH | lch(63.65 55.98 34.08) | color: lch(63.65 55.98 34.08) |
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)
#BBBA69 — rgb(187, 186, 105)
Deuteranopia (Green-blind)
#C3CC6A — rgb(195, 204, 106)
Tritanopia (Blue-blind)
#EB6C6D — rgb(235, 108, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 83%, 67%);
text
color: hsl(7, 83%, 67%);
border
border: 2px solid hsl(7, 83%, 67%);
gradient light
background: linear-gradient(to right, hsl(7, 83%, 87%), hsl(7, 83%, 67%));
gradient dark
background: linear-gradient(to right, hsl(7, 83%, 67%), hsl(7, 83%, 47%))
hex
background-color: #F17565;
tailwind
bg-[hsl(7,83%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 83%, 67%, 0.4);
css variable
--color-primary: hsl(7, 83%, 67%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 83%, 67%)?
HEX: #F17565 | RGB: rgb(241, 117, 101) | CMYK: 0%, 51%, 58%, 5% | HSV: 7°, 58%, 95%. Copy any format from the conversion table above.
What colors go well with #F17565?
The complementary color is HSL(187, 83%, 67%). 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, 83%, 67%) in CSS?
As HSL: color: hsl(7, 83%, 67%); — As HEX: color: #F17565; — As RGB: color: rgb(241, 117, 101); — Tailwind CSS: bg-[hsl(7,83%,67%)] — CSS variable: --color-primary: hsl(7, 83%, 67%);