#cf7eeb
a light, vivid violet · warm · closest name: violet
RGB
207, 126, 235
HSL
285°, 73%, 71%
CMYK
12, 46, 0, 8
Luminance
0.3419
Every format
| HEX | #cf7eeb |
| RGB | rgb(207, 126, 235) |
| HSL | hsl(285, 73%, 71%) |
| CMYK | cmyk(12%, 46%, 0%, 8%) |
| LAB | lab(65.1 49.1 -42.6) |
| LCH | lch(65.1 65.0 319.0) |
| OKLCH | oklch(0.719 0.173 316.9) |
Copy-ready code
/* CSS */
color: #cf7eeb;
background-color: #cf7eeb;
/* Tailwind (arbitrary) */
class="text-[#cf7eeb] bg-[#cf7eeb]"
/* SCSS */
$brand: #cf7eeb;
/* SwiftUI */
Color(red: 0.812, green: 0.494, blue: 0.922)
/* Android */
Color.parseColor("#cf7eeb")Accessibility — WCAG contrast
Aa
#cf7eeb on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7eeb on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.4%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta46.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cf7eeb text on a black background
contrast 7.84:1
Card sample
#cf7eeb text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7eeb;
Background color
Panel with #cf7eeb background
background-color: #cf7eeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7eeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 126, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 126, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7eeb; background: linear-gradient(135deg, #cf7eeb, #EB7EBE);