HSL(3, 73%, 85%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,73%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 73%, 85%) | color: hsl(3, 73%, 85%) | |
| HEX | #F5C0BD | color: #F5C0BD | |
| RGB | rgb(245, 192, 189) | color: rgb(245, 192, 189) | |
| CMYK | cmyk(0%, 22%, 23%, 4%) | — | |
| HSV | hsv(3, 23%, 96%) | — | |
| HWB | hwb(3 74% 4%) | color: hwb(3 74% 4%) | |
| OKLCH | oklch(0.8541 0.0613 22.18) | color: oklch(0.8541 0.0613 22.18) | |
| Lab | lab(82.27 18.52 8.79) | color: lab(82.27 18.52 8.79) | |
| LCH | lch(82.27 20.5 25.39) | color: lch(82.27 20.5 25.39) |
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)
#DEDEBE — rgb(222, 222, 190)
Deuteranopia (Green-blind)
#E1E5BE — rgb(225, 229, 190)
Tritanopia (Blue-blind)
#F2BEBE — rgb(242, 190, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 73%, 85%);
text
color: hsl(3, 73%, 85%);
border
border: 2px solid hsl(3, 73%, 85%);
gradient light
background: linear-gradient(to right, hsl(3, 73%, 100%), hsl(3, 73%, 85%));
gradient dark
background: linear-gradient(to right, hsl(3, 73%, 85%), hsl(3, 73%, 65%))
hex
background-color: #F5C0BD;
tailwind
bg-[hsl(3,73%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 73%, 85%, 0.4);
css variable
--color-primary: hsl(3, 73%, 85%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 73%, 85%)?
HEX: #F5C0BD | RGB: rgb(245, 192, 189) | CMYK: 0%, 22%, 23%, 4% | HSV: 3°, 23%, 96%. Copy any format from the conversion table above.
What colors go well with #F5C0BD?
The complementary color is HSL(183, 73%, 85%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 73%, 85%) in CSS?
As HSL: color: hsl(3, 73%, 85%); — As HEX: color: #F5C0BD; — As RGB: color: rgb(245, 192, 189); — Tailwind CSS: bg-[hsl(3,73%,85%)] — CSS variable: --color-primary: hsl(3, 73%, 85%);