#de69df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
222, 105, 223
HSL
300°, 65%, 64%
CMYK
0, 53, 0, 13
Luminance
0.3096
Every format
| HEX | #de69df |
| RGB | rgb(222, 105, 223) |
| HSL | hsl(300, 65%, 64%) |
| CMYK | cmyk(0%, 53%, 0%, 13%) |
| LAB | lab(62.5 61.3 -39.9) |
| LCH | lch(62.5 73.1 326.9) |
| OKLCH | oklch(0.702 0.202 327.1) |
Copy-ready code
/* CSS */
color: #de69df;
background-color: #de69df;
/* Tailwind (arbitrary) */
class="text-[#de69df] bg-[#de69df]"
/* SCSS */
$brand: #de69df;
/* SwiftUI */
Color(red: 0.871, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#de69df")Accessibility — WCAG contrast
Aa
#de69df on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#de69df on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green41.2%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#de69df text on a black background
contrast 7.19:1
Card sample
#de69df text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #de69df;
Background color
Panel with #de69df background
background-color: #de69df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #de69df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #de69df; background: linear-gradient(135deg, #de69df, #DF6991);