#cf1af9
a balanced, electric violet · warm · closest name: magenta
RGB
207, 26, 249
HSL
289°, 95%, 54%
CMYK
17, 90, 0, 2
Luminance
0.2084
Every format
| HEX | #cf1af9 |
| RGB | rgb(207, 26, 249) |
| HSL | hsl(289, 95%, 54%) |
| CMYK | cmyk(17%, 90%, 0%, 2%) |
| LAB | lab(52.8 88.0 -70.0) |
| LCH | lch(52.8 112.5 321.5) |
| OKLCH | oklch(0.633 0.296 318.2) |
Copy-ready code
/* CSS */
color: #cf1af9;
background-color: #cf1af9;
/* Tailwind (arbitrary) */
class="text-[#cf1af9] bg-[#cf1af9]"
/* SCSS */
$brand: #cf1af9;
/* SwiftUI */
Color(red: 0.812, green: 0.102, blue: 0.976)
/* Android */
Color.parseColor("#cf1af9")Accessibility — WCAG contrast
Aa
#cf1af9 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1af9 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.2%
Blue97.6%
CMYK percentages
Cyan16.9%
Magenta89.6%
Yellow0.0%
Key (black)2.4%
Color previews
#cf1af9 text on a black background
contrast 5.17:1
Card sample
#cf1af9 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1af9;
Background color
Panel with #cf1af9 background
background-color: #cf1af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 26, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 26, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1af9; background: linear-gradient(135deg, #cf1af9, #F91A8E);