#cf70fc
a light, electric violet · warm · closest name: violet
RGB
207, 112, 252
HSL
281°, 96%, 71%
CMYK
18, 56, 0, 1
Luminance
0.3188
Every format
| HEX | #cf70fc |
| RGB | rgb(207, 112, 252) |
| HSL | hsl(281, 96%, 71%) |
| CMYK | cmyk(18%, 56%, 0%, 1%) |
| LAB | lab(63.3 59.6 -54.9) |
| LCH | lch(63.3 81.0 317.3) |
| OKLCH | oklch(0.708 0.212 313.6) |
Copy-ready code
/* CSS */
color: #cf70fc;
background-color: #cf70fc;
/* Tailwind (arbitrary) */
class="text-[#cf70fc] bg-[#cf70fc]"
/* SCSS */
$brand: #cf70fc;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.988)
/* Android */
Color.parseColor("#cf70fc")Accessibility — WCAG contrast
Aa
#cf70fc on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf70fc on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta55.6%
Yellow0.0%
Key (black)1.2%
Color previews
#cf70fc text on a black background
contrast 7.38:1
Card sample
#cf70fc text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf70fc;
Background color
Panel with #cf70fc background
background-color: #cf70fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf70fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf70fc; background: linear-gradient(135deg, #cf70fc, #FC70CC);