HSL(2, 15%, 63%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(2,15%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 15%, 63%) | color: hsl(2, 15%, 63%) | |
| HEX | #AF9392 | color: #AF9392 | |
| RGB | rgb(175, 147, 146) | color: rgb(175, 147, 146) | |
| CMYK | cmyk(0%, 16%, 17%, 31%) | — | |
| HSV | hsv(2, 17%, 69%) | — | |
| HWB | hwb(2 57% 31%) | color: hwb(2 57% 31%) | |
| OKLCH | oklch(0.6883 0.0337 20.42) | color: oklch(0.6883 0.0337 20.42) | |
| Lab | lab(63.39 10.29 4.43) | color: lab(63.39 10.29 4.43) | |
| LCH | lch(63.39 11.2 23.29) | color: lch(63.39 11.2 23.29) |
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)
#A3A392 — rgb(163, 163, 146)
Deuteranopia (Green-blind)
#A5A792 — rgb(165, 167, 146)
Tritanopia (Blue-blind)
#AE9292 — rgb(174, 146, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 15%, 63%);
text
color: hsl(2, 15%, 63%);
border
border: 2px solid hsl(2, 15%, 63%);
gradient light
background: linear-gradient(to right, hsl(2, 15%, 83%), hsl(2, 15%, 63%));
gradient dark
background: linear-gradient(to right, hsl(2, 15%, 63%), hsl(2, 15%, 43%))
hex
background-color: #AF9392;
tailwind
bg-[hsl(2,15%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 15%, 63%, 0.4);
css variable
--color-primary: hsl(2, 15%, 63%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 15%, 63%)?
HEX: #AF9392 | RGB: rgb(175, 147, 146) | CMYK: 0%, 16%, 17%, 31% | HSV: 2°, 17%, 69%. Copy any format from the conversion table above.
What colors go well with #AF9392?
The complementary color is HSL(182, 15%, 63%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 15%, 63%) in CSS?
As HSL: color: hsl(2, 15%, 63%); — As HEX: color: #AF9392; — As RGB: color: rgb(175, 147, 146); — Tailwind CSS: bg-[hsl(2,15%,63%)] — CSS variable: --color-primary: hsl(2, 15%, 63%);