#cf1bee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 27, 238
HSL
291°, 86%, 52%
CMYK
13, 89, 0, 7
Luminance
0.2022
Every format
| HEX | #cf1bee |
| RGB | rgb(207, 27, 238) |
| HSL | hsl(291, 86%, 52%) |
| CMYK | cmyk(13%, 89%, 0%, 7%) |
| LAB | lab(52.1 86.0 -65.0) |
| LCH | lch(52.1 107.8 322.9) |
| OKLCH | oklch(0.626 0.288 320.6) |
Copy-ready code
/* CSS */
color: #cf1bee;
background-color: #cf1bee;
/* Tailwind (arbitrary) */
class="text-[#cf1bee] bg-[#cf1bee]"
/* SCSS */
$brand: #cf1bee;
/* SwiftUI */
Color(red: 0.812, green: 0.106, blue: 0.933)
/* Android */
Color.parseColor("#cf1bee")Accessibility — WCAG contrast
Aa
#cf1bee on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1bee on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.6%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta88.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cf1bee text on a black background
contrast 5.04:1
Card sample
#cf1bee text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1bee;
Background color
Panel with #cf1bee background
background-color: #cf1bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 27, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 27, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1bee; background: linear-gradient(135deg, #cf1bee, #EE1B80);