#cf3ceb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 60, 235
HSL
290°, 81%, 58%
CMYK
12, 75, 0, 8
Luminance
0.2250
Every format
| HEX | #cf3ceb |
| RGB | rgb(207, 60, 235) |
| HSL | hsl(290, 81%, 58%) |
| CMYK | cmyk(12%, 75%, 0%, 8%) |
| LAB | lab(54.5 77.8 -59.4) |
| LCH | lch(54.5 97.8 322.7) |
| OKLCH | oklch(0.643 0.262 320.6) |
Copy-ready code
/* CSS */
color: #cf3ceb;
background-color: #cf3ceb;
/* Tailwind (arbitrary) */
class="text-[#cf3ceb] bg-[#cf3ceb]"
/* SCSS */
$brand: #cf3ceb;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.922)
/* Android */
Color.parseColor("#cf3ceb")Accessibility — WCAG contrast
Aa
#cf3ceb on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ceb on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta74.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cf3ceb text on a black background
contrast 5.50:1
Card sample
#cf3ceb text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ceb;
Background color
Panel with #cf3ceb background
background-color: #cf3ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ceb; background: linear-gradient(135deg, #cf3ceb, #EB3C92);