#cf4feb
a balanced, electric violet · warm · closest name: violet
RGB
207, 79, 235
HSL
289°, 80%, 62%
CMYK
12, 66, 0, 8
Luminance
0.2486
Every format
| HEX | #cf4feb |
| RGB | rgb(207, 79, 235) |
| HSL | hsl(289, 80%, 62%) |
| CMYK | cmyk(12%, 66%, 0%, 8%) |
| LAB | lab(56.9 71.0 -55.5) |
| LCH | lch(56.9 90.1 322.0) |
| OKLCH | oklch(0.660 0.241 319.9) |
Copy-ready code
/* CSS */
color: #cf4feb;
background-color: #cf4feb;
/* Tailwind (arbitrary) */
class="text-[#cf4feb] bg-[#cf4feb]"
/* SCSS */
$brand: #cf4feb;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.922)
/* Android */
Color.parseColor("#cf4feb")Accessibility — WCAG contrast
Aa
#cf4feb on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4feb on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta66.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cf4feb text on a black background
contrast 5.97:1
Card sample
#cf4feb text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4feb;
Background color
Panel with #cf4feb background
background-color: #cf4feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4feb; background: linear-gradient(135deg, #cf4feb, #EB4F9F);