#cf2df6
a balanced, electric violet · warm · closest name: magenta
RGB
207, 45, 246
HSL
288°, 92%, 57%
CMYK
16, 82, 0, 4
Luminance
0.2180
Every format
| HEX | #cf2df6 |
| RGB | rgb(207, 45, 246) |
| HSL | hsl(288, 92%, 57%) |
| CMYK | cmyk(16%, 82%, 0%, 4%) |
| LAB | lab(53.8 83.8 -66.7) |
| LCH | lch(53.8 107.1 321.5) |
| OKLCH | oklch(0.640 0.283 318.5) |
Copy-ready code
/* CSS */
color: #cf2df6;
background-color: #cf2df6;
/* Tailwind (arbitrary) */
class="text-[#cf2df6] bg-[#cf2df6]"
/* SCSS */
$brand: #cf2df6;
/* SwiftUI */
Color(red: 0.812, green: 0.176, blue: 0.965)
/* Android */
Color.parseColor("#cf2df6")Accessibility — WCAG contrast
Aa
#cf2df6 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2df6 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.6%
Blue96.5%
CMYK percentages
Cyan15.9%
Magenta81.7%
Yellow0.0%
Key (black)3.5%
Color previews
#cf2df6 text on a black background
contrast 5.36:1
Card sample
#cf2df6 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2df6;
Background color
Panel with #cf2df6 background
background-color: #cf2df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 45, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 45, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2df6; background: linear-gradient(135deg, #cf2df6, #F62D97);