#cf1feb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 31, 235
HSL
292°, 84%, 52%
CMYK
12, 87, 0, 8
Luminance
0.2024
Every format
| HEX | #cf1feb |
| RGB | rgb(207, 31, 235) |
| HSL | hsl(292, 84%, 52%) |
| CMYK | cmyk(12%, 87%, 0%, 8%) |
| LAB | lab(52.1 84.9 -63.3) |
| LCH | lch(52.1 105.8 323.3) |
| OKLCH | oklch(0.625 0.284 321.3) |
Copy-ready code
/* CSS */
color: #cf1feb;
background-color: #cf1feb;
/* Tailwind (arbitrary) */
class="text-[#cf1feb] bg-[#cf1feb]"
/* SCSS */
$brand: #cf1feb;
/* SwiftUI */
Color(red: 0.812, green: 0.122, blue: 0.922)
/* Android */
Color.parseColor("#cf1feb")Accessibility — WCAG contrast
Aa
#cf1feb on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1feb on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.2%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta86.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cf1feb text on a black background
contrast 5.05:1
Card sample
#cf1feb text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1feb;
Background color
Panel with #cf1feb background
background-color: #cf1feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 31, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 31, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1feb; background: linear-gradient(135deg, #cf1feb, #EB1F7F);