#cf3bee
a balanced, electric violet · warm · closest name: magenta
RGB
207, 59, 238
HSL
290°, 84%, 58%
CMYK
13, 75, 0, 7
Luminance
0.2257
Every format
| HEX | #cf3bee |
| RGB | rgb(207, 59, 238) |
| HSL | hsl(290, 84%, 58%) |
| CMYK | cmyk(13%, 75%, 0%, 7%) |
| LAB | lab(54.6 78.6 -60.9) |
| LCH | lch(54.6 99.4 322.2) |
| OKLCH | oklch(0.644 0.266 319.9) |
Copy-ready code
/* CSS */
color: #cf3bee;
background-color: #cf3bee;
/* Tailwind (arbitrary) */
class="text-[#cf3bee] bg-[#cf3bee]"
/* SCSS */
$brand: #cf3bee;
/* SwiftUI */
Color(red: 0.812, green: 0.231, blue: 0.933)
/* Android */
Color.parseColor("#cf3bee")Accessibility — WCAG contrast
Aa
#cf3bee on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3bee on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.1%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta75.2%
Yellow0.0%
Key (black)6.7%
Color previews
#cf3bee text on a black background
contrast 5.51:1
Card sample
#cf3bee text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3bee;
Background color
Panel with #cf3bee background
background-color: #cf3bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 59, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 59, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3bee; background: linear-gradient(135deg, #cf3bee, #EE3B96);