HSL(348, 34%, 50%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(348,34%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(348, 34%, 50%) | color: hsl(348, 34%, 50%) | |
| HEX | #AB5465 | color: #AB5465 | |
| RGB | rgb(171, 84, 101) | color: rgb(171, 84, 101) | |
| CMYK | cmyk(0%, 51%, 41%, 33%) | — | |
| HSV | hsv(348, 51%, 67%) | — | |
| HWB | hwb(348 33% 33%) | color: hwb(348 33% 33%) | |
| OKLCH | oklch(0.5567 0.1148 9.21) | color: oklch(0.5567 0.1148 9.21) | |
| Lab | lab(46.9 37.35 6.99) | color: lab(46.9 37.35 6.99) | |
| LCH | lch(46.9 38 10.6) | color: lch(46.9 38 10.6) |
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)
#858561 — rgb(133, 133, 97)
Deuteranopia (Green-blind)
#8A9160 — rgb(138, 145, 96)
Tritanopia (Blue-blind)
#A75E5D — rgb(167, 94, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(348, 34%, 50%);
text
color: hsl(348, 34%, 50%);
border
border: 2px solid hsl(348, 34%, 50%);
gradient light
background: linear-gradient(to right, hsl(348, 34%, 70%), hsl(348, 34%, 50%));
gradient dark
background: linear-gradient(to right, hsl(348, 34%, 50%), hsl(348, 34%, 30%))
hex
background-color: #AB5465;
tailwind
bg-[hsl(348,34%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(348, 34%, 50%, 0.4);
css variable
--color-primary: hsl(348, 34%, 50%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(348, 34%, 50%)?
HEX: #AB5465 | RGB: rgb(171, 84, 101) | CMYK: 0%, 51%, 41%, 33% | HSV: 348°, 51%, 67%. Copy any format from the conversion table above.
What colors go well with #AB5465?
The complementary color is HSL(168, 34%, 50%). For a triadic harmony, use hues 348°, 108°, and 228°. For analogous combinations, try hues 318° and 18°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(348, 34%, 50%) in CSS?
As HSL: color: hsl(348, 34%, 50%); — As HEX: color: #AB5465; — As RGB: color: rgb(171, 84, 101); — Tailwind CSS: bg-[hsl(348,34%,50%)] — CSS variable: --color-primary: hsl(348, 34%, 50%);