#cf4bec
a balanced, electric violet · warm · closest name: magenta
RGB
207, 75, 236
HSL
289°, 81%, 61%
CMYK
12, 68, 0, 8
Luminance
0.2435
Every format
| HEX | #cf4bec |
| RGB | rgb(207, 75, 236) |
| HSL | hsl(289, 81%, 61%) |
| CMYK | cmyk(12%, 68%, 0%, 8%) |
| LAB | lab(56.4 72.7 -56.9) |
| LCH | lch(56.4 92.3 322.0) |
| OKLCH | oklch(0.656 0.247 319.8) |
Copy-ready code
/* CSS */
color: #cf4bec;
background-color: #cf4bec;
/* Tailwind (arbitrary) */
class="text-[#cf4bec] bg-[#cf4bec]"
/* SCSS */
$brand: #cf4bec;
/* SwiftUI */
Color(red: 0.812, green: 0.294, blue: 0.925)
/* Android */
Color.parseColor("#cf4bec")Accessibility — WCAG contrast
Aa
#cf4bec on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4bec on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.4%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta68.2%
Yellow0.0%
Key (black)7.5%
Color previews
#cf4bec text on a black background
contrast 5.87:1
Card sample
#cf4bec text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4bec;
Background color
Panel with #cf4bec background
background-color: #cf4bec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4bec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 75, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 75, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4bec; background: linear-gradient(135deg, #cf4bec, #EC4B9E);