HSL(6, 83%, 67%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,83%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 83%, 67%) | color: hsl(6, 83%, 67%) | |
| HEX | #F17365 | color: #F17365 | |
| RGB | rgb(241, 115, 101) | color: rgb(241, 115, 101) | |
| CMYK | cmyk(0%, 52%, 58%, 5%) | — | |
| HSV | hsv(6, 58%, 95%) | — | |
| HWB | hwb(6 40% 5%) | color: hwb(6 40% 5%) | |
| OKLCH | oklch(0.7014 0.158 28.22) | color: oklch(0.7014 0.158 28.22) | |
| Lab | lab(63.27 47.34 30.88) | color: lab(63.27 47.34 30.88) | |
| LCH | lch(63.27 56.52 33.12) | color: lch(63.27 56.52 33.12) |
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)
#BAB968 — rgb(186, 185, 104)
Deuteranopia (Green-blind)
#C2CB69 — rgb(194, 203, 105)
Tritanopia (Blue-blind)
#EB6B6C — rgb(235, 107, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 83%, 67%);
text
color: hsl(6, 83%, 67%);
border
border: 2px solid hsl(6, 83%, 67%);
gradient light
background: linear-gradient(to right, hsl(6, 83%, 87%), hsl(6, 83%, 67%));
gradient dark
background: linear-gradient(to right, hsl(6, 83%, 67%), hsl(6, 83%, 47%))
hex
background-color: #F17365;
tailwind
bg-[hsl(6,83%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 83%, 67%, 0.4);
css variable
--color-primary: hsl(6, 83%, 67%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 83%, 67%)?
HEX: #F17365 | RGB: rgb(241, 115, 101) | CMYK: 0%, 52%, 58%, 5% | HSV: 6°, 58%, 95%. Copy any format from the conversion table above.
What colors go well with #F17365?
The complementary color is HSL(186, 83%, 67%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(6, 83%, 67%) in CSS?
As HSL: color: hsl(6, 83%, 67%); — As HEX: color: #F17365; — As RGB: color: rgb(241, 115, 101); — Tailwind CSS: bg-[hsl(6,83%,67%)] — CSS variable: --color-primary: hsl(6, 83%, 67%);