#cf0bfc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 11, 252
HSL
289°, 98%, 52%
CMYK
18, 96, 0, 1
Luminance
0.2053
Every format
| HEX | #cf0bfc |
| RGB | rgb(207, 11, 252) |
| HSL | hsl(289, 98%, 52%) |
| CMYK | cmyk(18%, 96%, 0%, 1%) |
| LAB | lab(52.4 90.1 -72.3) |
| LCH | lch(52.4 115.5 321.3) |
| OKLCH | oklch(0.631 0.303 317.7) |
Copy-ready code
/* CSS */
color: #cf0bfc;
background-color: #cf0bfc;
/* Tailwind (arbitrary) */
class="text-[#cf0bfc] bg-[#cf0bfc]"
/* SCSS */
$brand: #cf0bfc;
/* SwiftUI */
Color(red: 0.812, green: 0.043, blue: 0.988)
/* Android */
Color.parseColor("#cf0bfc")Accessibility — WCAG contrast
Aa
#cf0bfc on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0bfc on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.3%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta95.6%
Yellow0.0%
Key (black)1.2%
Color previews
#cf0bfc text on a black background
contrast 5.11:1
Card sample
#cf0bfc text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0bfc;
Background color
Panel with #cf0bfc background
background-color: #cf0bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 11, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 11, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0bfc; background: linear-gradient(135deg, #cf0bfc, #FC0B88);