HSL(333, 88%, 23%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,88%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 88%, 23%) | color: hsl(333, 88%, 23%) | |
| HEX | #6E0735 | color: #6E0735 | |
| RGB | rgb(110, 7, 53) | color: rgb(110, 7, 53) | |
| CMYK | cmyk(0%, 94%, 52%, 57%) | — | |
| HSV | hsv(333, 94%, 43%) | — | |
| HWB | hwb(333 3% 57%) | color: hwb(333 3% 57%) | |
| OKLCH | oklch(0.3518 0.1356 2.3) | color: oklch(0.3518 0.1356 2.3) | |
| Lab | lab(22.74 44.08 1.96) | color: lab(22.74 44.08 1.96) | |
| LCH | lch(22.74 44.12 2.55) | color: lch(22.74 44.12 2.55) |
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)
#41402A — rgb(65, 64, 42)
Deuteranopia (Green-blind)
#474F27 — rgb(71, 79, 39)
Tritanopia (Blue-blind)
#69211F — rgb(105, 33, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 88%, 23%);
text
color: hsl(333, 88%, 23%);
border
border: 2px solid hsl(333, 88%, 23%);
gradient light
background: linear-gradient(to right, hsl(333, 88%, 43%), hsl(333, 88%, 23%));
gradient dark
background: linear-gradient(to right, hsl(333, 88%, 23%), hsl(333, 88%, 3%))
hex
background-color: #6E0735;
tailwind
bg-[hsl(333,88%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 88%, 23%, 0.4);
css variable
--color-primary: hsl(333, 88%, 23%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 88%, 23%)?
HEX: #6E0735 | RGB: rgb(110, 7, 53) | CMYK: 0%, 94%, 52%, 57% | HSV: 333°, 94%, 43%. Copy any format from the conversion table above.
What colors go well with #6E0735?
The complementary color is HSL(153, 88%, 23%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 88%, 23%) in CSS?
As HSL: color: hsl(333, 88%, 23%); — As HEX: color: #6E0735; — As RGB: color: rgb(110, 7, 53); — Tailwind CSS: bg-[hsl(333,88%,23%)] — CSS variable: --color-primary: hsl(333, 88%, 23%);