HSL(334, 69%, 26%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(334,69%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(334, 69%, 26%) | color: hsl(334, 69%, 26%) | |
| HEX | #70153C | color: #70153C | |
| RGB | rgb(112, 21, 60) | color: rgb(112, 21, 60) | |
| CMYK | cmyk(0%, 81%, 46%, 56%) | — | |
| HSV | hsv(334, 81%, 44%) | — | |
| HWB | hwb(334 8% 56%) | color: hwb(334 8% 56%) | |
| OKLCH | oklch(0.3674 0.1281 0.18) | color: oklch(0.3674 0.1281 0.18) | |
| Lab | lab(24.67 41.69 -0.03) | color: lab(24.67 41.69 -0.03) | |
| LCH | lch(24.67 41.69 359.96) | color: lch(24.67 41.69 359.96) |
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)
#494833 — rgb(73, 72, 51)
Deuteranopia (Green-blind)
#4E5530 — rgb(78, 85, 48)
Tritanopia (Blue-blind)
#6B2B29 — rgb(107, 43, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(334, 69%, 26%);
text
color: hsl(334, 69%, 26%);
border
border: 2px solid hsl(334, 69%, 26%);
gradient light
background: linear-gradient(to right, hsl(334, 69%, 46%), hsl(334, 69%, 26%));
gradient dark
background: linear-gradient(to right, hsl(334, 69%, 26%), hsl(334, 69%, 6%))
hex
background-color: #70153C;
tailwind
bg-[hsl(334,69%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(334, 69%, 26%, 0.4);
css variable
--color-primary: hsl(334, 69%, 26%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(334, 69%, 26%)?
HEX: #70153C | RGB: rgb(112, 21, 60) | CMYK: 0%, 81%, 46%, 56% | HSV: 334°, 81%, 44%. Copy any format from the conversion table above.
What colors go well with #70153C?
The complementary color is HSL(154, 69%, 26%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(334, 69%, 26%) in CSS?
As HSL: color: hsl(334, 69%, 26%); — As HEX: color: #70153C; — As RGB: color: rgb(112, 21, 60); — Tailwind CSS: bg-[hsl(334,69%,26%)] — CSS variable: --color-primary: hsl(334, 69%, 26%);