#cf5bec
a balanced, electric violet · warm · closest name: violet
RGB
207, 91, 236
HSL
288°, 79%, 64%
CMYK
12, 61, 0, 8
Luminance
0.2680
Every format
| HEX | #cf5bec |
| RGB | rgb(207, 91, 236) |
| HSL | hsl(288, 79%, 64%) |
| CMYK | cmyk(12%, 61%, 0%, 8%) |
| LAB | lab(58.8 66.2 -53.1) |
| LCH | lch(58.8 84.9 321.2) |
| OKLCH | oklch(0.673 0.227 319.1) |
Copy-ready code
/* CSS */
color: #cf5bec;
background-color: #cf5bec;
/* Tailwind (arbitrary) */
class="text-[#cf5bec] bg-[#cf5bec]"
/* SCSS */
$brand: #cf5bec;
/* SwiftUI */
Color(red: 0.812, green: 0.357, blue: 0.925)
/* Android */
Color.parseColor("#cf5bec")Accessibility — WCAG contrast
Aa
#cf5bec on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5bec on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.7%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta61.4%
Yellow0.0%
Key (black)7.5%
Color previews
#cf5bec text on a black background
contrast 6.36:1
Card sample
#cf5bec text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5bec;
Background color
Panel with #cf5bec background
background-color: #cf5bec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5bec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 91, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 91, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5bec; background: linear-gradient(135deg, #cf5bec, #EC5BA8);