#cf3df9
a balanced, electric violet · warm · closest name: magenta
RGB
207, 61, 249
HSL
287°, 94%, 61%
CMYK
17, 76, 0, 2
Luminance
0.2344
Every format
| HEX | #cf3df9 |
| RGB | rgb(207, 61, 249) |
| HSL | hsl(287, 94%, 61%) |
| CMYK | cmyk(17%, 76%, 0%, 2%) |
| LAB | lab(55.5 79.9 -65.6) |
| LCH | lch(55.5 103.4 320.6) |
| OKLCH | oklch(0.652 0.272 317.3) |
Copy-ready code
/* CSS */
color: #cf3df9;
background-color: #cf3df9;
/* Tailwind (arbitrary) */
class="text-[#cf3df9] bg-[#cf3df9]"
/* SCSS */
$brand: #cf3df9;
/* SwiftUI */
Color(red: 0.812, green: 0.239, blue: 0.976)
/* Android */
Color.parseColor("#cf3df9")Accessibility — WCAG contrast
Aa
#cf3df9 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3df9 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.9%
Blue97.6%
CMYK percentages
Cyan16.9%
Magenta75.5%
Yellow0.0%
Key (black)2.4%
Color previews
#cf3df9 text on a black background
contrast 5.69:1
Card sample
#cf3df9 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3df9;
Background color
Panel with #cf3df9 background
background-color: #cf3df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 61, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 61, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3df9; background: linear-gradient(135deg, #cf3df9, #F93DA6);