#cf7ceb
a light, vivid violet · warm · closest name: violet
RGB
207, 124, 235
HSL
285°, 74%, 70%
CMYK
12, 47, 0, 8
Luminance
0.3368
Every format
| HEX | #cf7ceb |
| RGB | rgb(207, 124, 235) |
| HSL | hsl(285, 74%, 70%) |
| CMYK | cmyk(12%, 47%, 0%, 8%) |
| LAB | lab(64.7 50.1 -43.2) |
| LCH | lch(64.7 66.2 319.2) |
| OKLCH | oklch(0.716 0.176 317.1) |
Copy-ready code
/* CSS */
color: #cf7ceb;
background-color: #cf7ceb;
/* Tailwind (arbitrary) */
class="text-[#cf7ceb] bg-[#cf7ceb]"
/* SCSS */
$brand: #cf7ceb;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.922)
/* Android */
Color.parseColor("#cf7ceb")Accessibility — WCAG contrast
Aa
#cf7ceb on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7ceb on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta47.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cf7ceb text on a black background
contrast 7.74:1
Card sample
#cf7ceb text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7ceb;
Background color
Panel with #cf7ceb background
background-color: #cf7ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7ceb; background: linear-gradient(135deg, #cf7ceb, #EB7CBD);