HSL(14, 92%, 67%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(14,92%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(14, 92%, 67%) | color: hsl(14, 92%, 67%) | |
| HEX | #F8825D | color: #F8825D | |
| RGB | rgb(248, 130, 93) | color: rgb(248, 130, 93) | |
| CMYK | cmyk(0%, 48%, 63%, 3%) | — | |
| HSV | hsv(14, 63%, 97%) | — | |
| HWB | hwb(14 36% 3%) | color: hwb(14 36% 3%) | |
| OKLCH | oklch(0.7319 0.1534 38.1) | color: oklch(0.7319 0.1534 38.1) | |
| Lab | lab(67.06 41.99 40.2) | color: lab(67.06 41.99 40.2) | |
| LCH | lch(67.06 58.13 43.75) | color: lch(67.06 58.13 43.75) |
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)
#C5C466 — rgb(197, 196, 102)
Deuteranopia (Green-blind)
#CCD568 — rgb(204, 213, 104)
Tritanopia (Blue-blind)
#F26D6F — rgb(242, 109, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(14, 92%, 67%);
text
color: hsl(14, 92%, 67%);
border
border: 2px solid hsl(14, 92%, 67%);
gradient light
background: linear-gradient(to right, hsl(14, 92%, 87%), hsl(14, 92%, 67%));
gradient dark
background: linear-gradient(to right, hsl(14, 92%, 67%), hsl(14, 92%, 47%))
hex
background-color: #F8825D;
tailwind
bg-[hsl(14,92%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(14, 92%, 67%, 0.4);
css variable
--color-primary: hsl(14, 92%, 67%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(14, 92%, 67%)?
HEX: #F8825D | RGB: rgb(248, 130, 93) | CMYK: 0%, 48%, 63%, 3% | HSV: 14°, 63%, 97%. Copy any format from the conversion table above.
What colors go well with #F8825D?
The complementary color is HSL(194, 92%, 67%). For a triadic harmony, use hues 14°, 134°, and 254°. For analogous combinations, try hues 344° and 44°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(14, 92%, 67%) in CSS?
As HSL: color: hsl(14, 92%, 67%); — As HEX: color: #F8825D; — As RGB: color: rgb(248, 130, 93); — Tailwind CSS: bg-[hsl(14,92%,67%)] — CSS variable: --color-primary: hsl(14, 92%, 67%);