#cf5ceb
a balanced, electric violet · warm · closest name: violet
RGB
207, 92, 235
HSL
288°, 78%, 64%
CMYK
12, 61, 0, 8
Luminance
0.2692
Every format
| HEX | #cf5ceb |
| RGB | rgb(207, 92, 235) |
| HSL | hsl(288, 78%, 64%) |
| CMYK | cmyk(12%, 61%, 0%, 8%) |
| LAB | lab(58.9 65.6 -52.4) |
| LCH | lch(58.9 83.9 321.4) |
| OKLCH | oklch(0.674 0.224 319.3) |
Copy-ready code
/* CSS */
color: #cf5ceb;
background-color: #cf5ceb;
/* Tailwind (arbitrary) */
class="text-[#cf5ceb] bg-[#cf5ceb]"
/* SCSS */
$brand: #cf5ceb;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.922)
/* Android */
Color.parseColor("#cf5ceb")Accessibility — WCAG contrast
Aa
#cf5ceb on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5ceb on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta60.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cf5ceb text on a black background
contrast 6.38:1
Card sample
#cf5ceb text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5ceb;
Background color
Panel with #cf5ceb background
background-color: #cf5ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5ceb; background: linear-gradient(135deg, #cf5ceb, #EB5CA8);