#d652bf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
214, 82, 191
HSL
311°, 62%, 58%
CMYK
0, 62, 11, 16
Luminance
0.2409
Every format
| HEX | #d652bf |
| RGB | rgb(214, 82, 191) |
| HSL | hsl(311, 62%, 58%) |
| CMYK | cmyk(0%, 62%, 11%, 16%) |
| LAB | lab(56.2 64.0 -31.7) |
| LCH | lch(56.2 71.5 333.7) |
| OKLCH | oklch(0.649 0.205 335.2) |
Copy-ready code
/* CSS */
color: #d652bf;
background-color: #d652bf;
/* Tailwind (arbitrary) */
class="text-[#d652bf] bg-[#d652bf]"
/* SCSS */
$brand: #d652bf;
/* SwiftUI */
Color(red: 0.839, green: 0.322, blue: 0.749)
/* Android */
Color.parseColor("#d652bf")Accessibility — WCAG contrast
Aa
#d652bf on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d652bf on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green32.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow10.7%
Key (black)16.1%
Color previews
#d652bf text on a black background
contrast 5.82:1
Card sample
#d652bf text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d652bf;
Background color
Panel with #d652bf background
background-color: #d652bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d652bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 82, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 82, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d652bf; background: linear-gradient(135deg, #d652bf, #D65267);