HSL(335, 90%, 38%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(335,90%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(335, 90%, 38%) | color: hsl(335, 90%, 38%) | |
| HEX | #B80A52 | color: #B80A52 | |
| RGB | rgb(184, 10, 82) | color: rgb(184, 10, 82) | |
| CMYK | cmyk(0%, 95%, 55%, 28%) | — | |
| HSV | hsv(335, 95%, 72%) | — | |
| HWB | hwb(335 4% 28%) | color: hwb(335 4% 28%) | |
| OKLCH | oklch(0.5053 0.1983 6.55) | color: oklch(0.5053 0.1983 6.55) | |
| Lab | lab(39.61 64.47 8.83) | color: lab(39.61 64.47 8.83) | |
| LCH | lch(39.61 65.07 7.8) | color: lch(39.61 65.07 7.8) |
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)
#6D6B41 — rgb(109, 107, 65)
Deuteranopia (Green-blind)
#77843C — rgb(119, 132, 60)
Tritanopia (Blue-blind)
#AF3330 — rgb(175, 51, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(335, 90%, 38%);
text
color: hsl(335, 90%, 38%);
border
border: 2px solid hsl(335, 90%, 38%);
gradient light
background: linear-gradient(to right, hsl(335, 90%, 58%), hsl(335, 90%, 38%));
gradient dark
background: linear-gradient(to right, hsl(335, 90%, 38%), hsl(335, 90%, 18%))
hex
background-color: #B80A52;
tailwind
bg-[hsl(335,90%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(335, 90%, 38%, 0.4);
css variable
--color-primary: hsl(335, 90%, 38%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(335, 90%, 38%)?
HEX: #B80A52 | RGB: rgb(184, 10, 82) | CMYK: 0%, 95%, 55%, 28% | HSV: 335°, 95%, 72%. Copy any format from the conversion table above.
What colors go well with #B80A52?
The complementary color is HSL(155, 90%, 38%). For a triadic harmony, use hues 335°, 95°, and 215°. For analogous combinations, try hues 305° and 5°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(335, 90%, 38%) in CSS?
As HSL: color: hsl(335, 90%, 38%); — As HEX: color: #B80A52; — As RGB: color: rgb(184, 10, 82); — Tailwind CSS: bg-[hsl(335,90%,38%)] — CSS variable: --color-primary: hsl(335, 90%, 38%);