#cf4ee9
a balanced, electric violet · warm · closest name: orchid
RGB
207, 78, 233
HSL
290°, 78%, 61%
CMYK
11, 67, 0, 9
Luminance
0.2460
Every format
| HEX | #cf4ee9 |
| RGB | rgb(207, 78, 233) |
| HSL | hsl(290, 78%, 61%) |
| CMYK | cmyk(11%, 67%, 0%, 9%) |
| LAB | lab(56.7 71.0 -54.8) |
| LCH | lch(56.7 89.7 322.3) |
| OKLCH | oklch(0.657 0.241 320.5) |
Copy-ready code
/* CSS */
color: #cf4ee9;
background-color: #cf4ee9;
/* Tailwind (arbitrary) */
class="text-[#cf4ee9] bg-[#cf4ee9]"
/* SCSS */
$brand: #cf4ee9;
/* SwiftUI */
Color(red: 0.812, green: 0.306, blue: 0.914)
/* Android */
Color.parseColor("#cf4ee9")Accessibility — WCAG contrast
Aa
#cf4ee9 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4ee9 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green30.6%
Blue91.4%
CMYK percentages
Cyan11.2%
Magenta66.5%
Yellow0.0%
Key (black)8.6%
Color previews
#cf4ee9 text on a black background
contrast 5.92:1
Card sample
#cf4ee9 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4ee9;
Background color
Panel with #cf4ee9 background
background-color: #cf4ee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4ee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 78, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 78, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4ee9; background: linear-gradient(135deg, #cf4ee9, #E94E9C);