#cf70fd
a light, electric violet · warm · closest name: violet
RGB
207, 112, 253
HSL
280°, 97%, 72%
CMYK
18, 56, 0, 1
Luminance
0.3195
Every format
| HEX | #cf70fd |
| RGB | rgb(207, 112, 253) |
| HSL | hsl(280, 97%, 72%) |
| CMYK | cmyk(18%, 56%, 0%, 1%) |
| LAB | lab(63.3 59.8 -55.4) |
| LCH | lch(63.3 81.5 317.2) |
| OKLCH | oklch(0.709 0.213 313.4) |
Copy-ready code
/* CSS */
color: #cf70fd;
background-color: #cf70fd;
/* Tailwind (arbitrary) */
class="text-[#cf70fd] bg-[#cf70fd]"
/* SCSS */
$brand: #cf70fd;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.992)
/* Android */
Color.parseColor("#cf70fd")Accessibility — WCAG contrast
Aa
#cf70fd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf70fd on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta55.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cf70fd text on a black background
contrast 7.39:1
Card sample
#cf70fd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf70fd;
Background color
Panel with #cf70fd background
background-color: #cf70fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf70fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf70fd; background: linear-gradient(135deg, #cf70fd, #FD70CD);