#cf1bfe
a balanced, electric violet · warm · closest name: magenta
RGB
207, 27, 254
HSL
288°, 99%, 55%
CMYK
19, 89, 0, 0
Luminance
0.2121
Every format
| HEX | #cf1bfe |
| RGB | rgb(207, 27, 254) |
| HSL | hsl(288, 99%, 55%) |
| CMYK | cmyk(19%, 89%, 0%, 0%) |
| LAB | lab(53.2 88.7 -72.2) |
| LCH | lch(53.2 114.3 320.8) |
| OKLCH | oklch(0.637 0.299 317.1) |
Copy-ready code
/* CSS */
color: #cf1bfe;
background-color: #cf1bfe;
/* Tailwind (arbitrary) */
class="text-[#cf1bfe] bg-[#cf1bfe]"
/* SCSS */
$brand: #cf1bfe;
/* SwiftUI */
Color(red: 0.812, green: 0.106, blue: 0.996)
/* Android */
Color.parseColor("#cf1bfe")Accessibility — WCAG contrast
Aa
#cf1bfe on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1bfe on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.6%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta89.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cf1bfe text on a black background
contrast 5.24:1
Card sample
#cf1bfe text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1bfe;
Background color
Panel with #cf1bfe background
background-color: #cf1bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 27, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 27, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1bfe; background: linear-gradient(135deg, #cf1bfe, #FE1B96);