#db69cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 105, 207
HSL
306°, 61%, 64%
CMYK
0, 52, 6, 14
Luminance
0.2967
Every format
| HEX | #db69cf |
| RGB | rgb(219, 105, 207) |
| HSL | hsl(306, 61%, 64%) |
| CMYK | cmyk(0%, 52%, 6%, 14%) |
| LAB | lab(61.4 57.7 -32.7) |
| LCH | lch(61.4 66.3 330.5) |
| OKLCH | oklch(0.691 0.187 331.5) |
Copy-ready code
/* CSS */
color: #db69cf;
background-color: #db69cf;
/* Tailwind (arbitrary) */
class="text-[#db69cf] bg-[#db69cf]"
/* SCSS */
$brand: #db69cf;
/* SwiftUI */
Color(red: 0.859, green: 0.412, blue: 0.812)
/* Android */
Color.parseColor("#db69cf")Accessibility — WCAG contrast
Aa
#db69cf on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db69cf on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green41.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta52.1%
Yellow5.5%
Key (black)14.1%
Color previews
#db69cf text on a black background
contrast 6.93:1
Card sample
#db69cf text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db69cf;
Background color
Panel with #db69cf background
background-color: #db69cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db69cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 105, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 105, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db69cf; background: linear-gradient(135deg, #db69cf, #DB6983);