#cf4ceb
a balanced, electric violet · warm · closest name: magenta
RGB
207, 76, 235
HSL
289°, 80%, 61%
CMYK
12, 68, 0, 8
Luminance
0.2443
Every format
| HEX | #cf4ceb |
| RGB | rgb(207, 76, 235) |
| HSL | hsl(289, 80%, 61%) |
| CMYK | cmyk(12%, 68%, 0%, 8%) |
| LAB | lab(56.5 72.2 -56.2) |
| LCH | lch(56.5 91.5 322.1) |
| OKLCH | oklch(0.657 0.245 320.0) |
Copy-ready code
/* CSS */
color: #cf4ceb;
background-color: #cf4ceb;
/* Tailwind (arbitrary) */
class="text-[#cf4ceb] bg-[#cf4ceb]"
/* SCSS */
$brand: #cf4ceb;
/* SwiftUI */
Color(red: 0.812, green: 0.298, blue: 0.922)
/* Android */
Color.parseColor("#cf4ceb")Accessibility — WCAG contrast
Aa
#cf4ceb on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4ceb on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.8%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta67.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cf4ceb text on a black background
contrast 5.89:1
Card sample
#cf4ceb text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4ceb;
Background color
Panel with #cf4ceb background
background-color: #cf4ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 76, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 76, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4ceb; background: linear-gradient(135deg, #cf4ceb, #EB4C9D);