HSL(1, 25%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(1,25%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 25%, 71%) | color: hsl(1, 25%, 71%) | |
| HEX | #C8A3A3 | color: #C8A3A3 | |
| RGB | rgb(200, 163, 163) | color: rgb(200, 163, 163) | |
| CMYK | cmyk(0%, 19%, 19%, 22%) | — | |
| HSV | hsv(0, 19%, 78%) | — | |
| HWB | hwb(0 63% 22%) | color: hwb(0 63% 22%) | |
| OKLCH | oklch(0.7488 0.0438 18.17) | color: oklch(0.7488 0.0438 18.17) | |
| Lab | lab(70.26 13.59 5.14) | color: lab(70.26 13.59 5.14) | |
| LCH | lch(70.26 14.53 20.72) | color: lch(70.26 14.53 20.72) |
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)
#B8B8A3 — rgb(184, 184, 163)
Deuteranopia (Green-blind)
#BABDA3 — rgb(186, 189, 163)
Tritanopia (Blue-blind)
#C6A3A3 — rgb(198, 163, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 25%, 71%);
text
color: hsl(1, 25%, 71%);
border
border: 2px solid hsl(1, 25%, 71%);
gradient light
background: linear-gradient(to right, hsl(1, 25%, 91%), hsl(1, 25%, 71%));
gradient dark
background: linear-gradient(to right, hsl(1, 25%, 71%), hsl(1, 25%, 51%))
hex
background-color: #C8A3A3;
tailwind
bg-[hsl(1,25%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 25%, 71%, 0.4);
css variable
--color-primary: hsl(1, 25%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(1, 25%, 71%)?
HEX: #C8A3A3 | RGB: rgb(200, 163, 163) | CMYK: 0%, 19%, 19%, 22% | HSV: 0°, 19%, 78%. Copy any format from the conversion table above.
What colors go well with #C8A3A3?
The complementary color is HSL(181, 25%, 71%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(1, 25%, 71%) in CSS?
As HSL: color: hsl(1, 25%, 71%); — As HEX: color: #C8A3A3; — As RGB: color: rgb(200, 163, 163); — Tailwind CSS: bg-[hsl(1,25%,71%)] — CSS variable: --color-primary: hsl(1, 25%, 71%);