HSL(334, 100%, 54%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(334,100%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(334, 100%, 54%) | color: hsl(334, 100%, 54%) | |
| HEX | #FF147A | color: #FF147A | |
| RGB | rgb(255, 20, 122) | color: rgb(255, 20, 122) | |
| CMYK | cmyk(0%, 92%, 52%, 0%) | — | |
| HSV | hsv(334, 92%, 100%) | — | |
| HWB | hwb(334 8% 0%) | color: hwb(334 8% 0%) | |
| OKLCH | oklch(0.6474 0.2541 4.84) | color: oklch(0.6474 0.2541 4.84) | |
| Lab | lab(55.25 82.61 8.19) | color: lab(55.25 82.61 8.19) | |
| LCH | lch(55.25 83.01 5.66) | color: lch(55.25 83.01 5.66) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#999761 — rgb(153, 151, 97)
Deuteranopia (Green-blind)
#A7B95B — rgb(167, 185, 91)
Tritanopia (Blue-blind)
#F34E4A — rgb(243, 78, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(334, 100%, 54%);
text
color: hsl(334, 100%, 54%);
border
border: 2px solid hsl(334, 100%, 54%);
gradient light
background: linear-gradient(to right, hsl(334, 100%, 74%), hsl(334, 100%, 54%));
gradient dark
background: linear-gradient(to right, hsl(334, 100%, 54%), hsl(334, 100%, 34%))
hex
background-color: #FF147A;
tailwind
bg-[hsl(334,100%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(334, 100%, 54%, 0.4);
css variable
--color-primary: hsl(334, 100%, 54%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(334, 100%, 54%)?
HEX: #FF147A | RGB: rgb(255, 20, 122) | CMYK: 0%, 92%, 52%, 0% | HSV: 334°, 92%, 100%. Copy any format from the conversion table above.
What colors go well with #FF147A?
The complementary color is HSL(154, 100%, 54%). 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, 100%, 54%) in CSS?
As HSL: color: hsl(334, 100%, 54%); — As HEX: color: #FF147A; — As RGB: color: rgb(255, 20, 122); — Tailwind CSS: bg-[hsl(334,100%,54%)] — CSS variable: --color-primary: hsl(334, 100%, 54%);