#cf7fee
a light, electric violet · warm · closest name: violet
RGB
207, 127, 238
HSL
283°, 77%, 72%
CMYK
13, 47, 0, 7
Luminance
0.3462
Every format
| HEX | #cf7fee |
| RGB | rgb(207, 127, 238) |
| HSL | hsl(283, 77%, 72%) |
| CMYK | cmyk(13%, 47%, 0%, 7%) |
| LAB | lab(65.5 49.2 -43.7) |
| LCH | lch(65.5 65.8 318.4) |
| OKLCH | oklch(0.722 0.174 315.9) |
Copy-ready code
/* CSS */
color: #cf7fee;
background-color: #cf7fee;
/* Tailwind (arbitrary) */
class="text-[#cf7fee] bg-[#cf7fee]"
/* SCSS */
$brand: #cf7fee;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.933)
/* Android */
Color.parseColor("#cf7fee")Accessibility — WCAG contrast
Aa
#cf7fee on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7fee on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta46.6%
Yellow0.0%
Key (black)6.7%
Color previews
#cf7fee text on a black background
contrast 7.92:1
Card sample
#cf7fee text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7fee;
Background color
Panel with #cf7fee background
background-color: #cf7fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7fee; background: linear-gradient(135deg, #cf7fee, #EE7FC3);