HSL(2, 14%, 34%)
Grayish Red — Red color
Adjust Color
Color Information
Color Name
Grayish Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(2,14%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 14%, 34%) | color: hsl(2, 14%, 34%) | |
| HEX | #634B4B | color: #634B4B | |
| RGB | rgb(99, 75, 75) | color: rgb(99, 75, 75) | |
| CMYK | cmyk(0%, 24%, 24%, 61%) | — | |
| HSV | hsv(0, 24%, 39%) | — | |
| HWB | hwb(0 30% 61%) | color: hwb(0 30% 61%) | |
| OKLCH | oklch(0.4382 0.0327 18.48) | color: oklch(0.4382 0.0327 18.48) | |
| Lab | lab(34.38 10.16 3.92) | color: lab(34.38 10.16 3.92) | |
| LCH | lch(34.38 10.89 21.1) | color: lch(34.38 10.89 21.1) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#59584B — rgb(89, 88, 75)
Deuteranopia (Green-blind)
#5A5C4B — rgb(90, 92, 75)
Tritanopia (Blue-blind)
#624B4B — rgb(98, 75, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 14%, 34%);
text
color: hsl(2, 14%, 34%);
border
border: 2px solid hsl(2, 14%, 34%);
gradient light
background: linear-gradient(to right, hsl(2, 14%, 54%), hsl(2, 14%, 34%));
gradient dark
background: linear-gradient(to right, hsl(2, 14%, 34%), hsl(2, 14%, 14%))
hex
background-color: #634B4B;
tailwind
bg-[hsl(2,14%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 14%, 34%, 0.4);
css variable
--color-primary: hsl(2, 14%, 34%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(2, 14%, 34%)?
HEX: #634B4B | RGB: rgb(99, 75, 75) | CMYK: 0%, 24%, 24%, 61% | HSV: 0°, 24%, 39%. Copy any format from the conversion table above.
What colors go well with #634B4B?
The complementary color is HSL(182, 14%, 34%). 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, 14%, 34%) in CSS?
As HSL: color: hsl(2, 14%, 34%); — As HEX: color: #634B4B; — As RGB: color: rgb(99, 75, 75); — Tailwind CSS: bg-[hsl(2,14%,34%)] — CSS variable: --color-primary: hsl(2, 14%, 34%);