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