HSL(306, 90%, 63%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(306,90%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 90%, 63%) | color: hsl(306, 90%, 63%) | |
| HEX | #F64CE5 | color: #F64CE5 | |
| RGB | rgb(246, 76, 229) | color: rgb(246, 76, 229) | |
| CMYK | cmyk(0%, 69%, 7%, 4%) | — | |
| HSV | hsv(306, 69%, 96%) | — | |
| HWB | hwb(306 30% 4%) | color: hwb(306 30% 4%) | |
| OKLCH | oklch(0.7066 0.2585 332.31) | color: oklch(0.7066 0.2585 332.31) | |
| Lab | lab(62.02 79.7 -43.75) | color: lab(62.02 79.7 -43.75) | |
| LCH | lch(62.02 90.92 331.24) | color: lch(62.02 90.92 331.24) |
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)
#ACABC0 — rgb(172, 171, 192)
Deuteranopia (Green-blind)
#B6C3B7 — rgb(182, 195, 183)
Tritanopia (Blue-blind)
#EEA39C — rgb(238, 163, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 90%, 63%);
text
color: hsl(306, 90%, 63%);
border
border: 2px solid hsl(306, 90%, 63%);
gradient light
background: linear-gradient(to right, hsl(306, 90%, 83%), hsl(306, 90%, 63%));
gradient dark
background: linear-gradient(to right, hsl(306, 90%, 63%), hsl(306, 90%, 43%))
hex
background-color: #F64CE5;
tailwind
bg-[hsl(306,90%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 90%, 63%, 0.4);
css variable
--color-primary: hsl(306, 90%, 63%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 90%, 63%)?
HEX: #F64CE5 | RGB: rgb(246, 76, 229) | CMYK: 0%, 69%, 7%, 4% | HSV: 306°, 69%, 96%. Copy any format from the conversion table above.
What colors go well with #F64CE5?
The complementary color is HSL(126, 90%, 63%). For a triadic harmony, use hues 306°, 66°, and 186°. For analogous combinations, try hues 276° and 336°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(306, 90%, 63%) in CSS?
As HSL: color: hsl(306, 90%, 63%); — As HEX: color: #F64CE5; — As RGB: color: rgb(246, 76, 229); — Tailwind CSS: bg-[hsl(306,90%,63%)] — CSS variable: --color-primary: hsl(306, 90%, 63%);