#cf7dfd
a light, electric violet · warm · closest name: violet
RGB
207, 125, 253
HSL
278°, 97%, 74%
CMYK
18, 51, 0, 1
Luminance
0.3502
Every format
| HEX | #cf7dfd |
| RGB | rgb(207, 125, 253) |
| HSL | hsl(278, 97%, 74%) |
| CMYK | cmyk(18%, 51%, 0%, 1%) |
| LAB | lab(65.8 53.3 -51.5) |
| LCH | lch(65.8 74.1 316.0) |
| OKLCH | oklch(0.727 0.194 312.1) |
Copy-ready code
/* CSS */
color: #cf7dfd;
background-color: #cf7dfd;
/* Tailwind (arbitrary) */
class="text-[#cf7dfd] bg-[#cf7dfd]"
/* SCSS */
$brand: #cf7dfd;
/* SwiftUI */
Color(red: 0.812, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#cf7dfd")Accessibility — WCAG contrast
Aa
#cf7dfd on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7dfd on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.0%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cf7dfd text on a black background
contrast 8.00:1
Card sample
#cf7dfd text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7dfd;
Background color
Panel with #cf7dfd background
background-color: #cf7dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7dfd; background: linear-gradient(135deg, #cf7dfd, #FD7DD6);