HSL(13, 85%, 83%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(13,85%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 85%, 83%) | color: hsl(13, 85%, 83%) | |
| HEX | #F8BFAF | color: #F8BFAF | |
| RGB | rgb(248, 191, 175) | color: rgb(248, 191, 175) | |
| CMYK | cmyk(0%, 23%, 29%, 3%) | — | |
| HSV | hsv(13, 29%, 97%) | — | |
| HWB | hwb(13 69% 3%) | color: hwb(13 69% 3%) | |
| OKLCH | oklch(0.8518 0.0697 36.24) | color: oklch(0.8518 0.0697 36.24) | |
| Lab | lab(82.01 18.24 15.97) | color: lab(82.01 18.24 15.97) | |
| LCH | lch(82.01 24.24 41.2) | color: lch(82.01 24.24 41.2) |
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)
#DFDFB3 — rgb(223, 223, 179)
Deuteranopia (Green-blind)
#E3E7B4 — rgb(227, 231, 180)
Tritanopia (Blue-blind)
#F5B6B7 — rgb(245, 182, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 85%, 83%);
text
color: hsl(13, 85%, 83%);
border
border: 2px solid hsl(13, 85%, 83%);
gradient light
background: linear-gradient(to right, hsl(13, 85%, 100%), hsl(13, 85%, 83%));
gradient dark
background: linear-gradient(to right, hsl(13, 85%, 83%), hsl(13, 85%, 63%))
hex
background-color: #F8BFAF;
tailwind
bg-[hsl(13,85%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 85%, 83%, 0.4);
css variable
--color-primary: hsl(13, 85%, 83%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(13, 85%, 83%)?
HEX: #F8BFAF | RGB: rgb(248, 191, 175) | CMYK: 0%, 23%, 29%, 3% | HSV: 13°, 29%, 97%. Copy any format from the conversion table above.
What colors go well with #F8BFAF?
The complementary color is HSL(193, 85%, 83%). For a triadic harmony, use hues 13°, 133°, and 253°. For analogous combinations, try hues 343° and 43°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(13, 85%, 83%) in CSS?
As HSL: color: hsl(13, 85%, 83%); — As HEX: color: #F8BFAF; — As RGB: color: rgb(248, 191, 175); — Tailwind CSS: bg-[hsl(13,85%,83%)] — CSS variable: --color-primary: hsl(13, 85%, 83%);