#cf70fe
a light, electric violet · warm · closest name: violet
RGB
207, 112, 254
HSL
280°, 99%, 72%
CMYK
19, 56, 0, 0
Luminance
0.3201
Every format
| HEX | #cf70fe |
| RGB | rgb(207, 112, 254) |
| HSL | hsl(280, 99%, 72%) |
| CMYK | cmyk(19%, 56%, 0%, 0%) |
| LAB | lab(63.4 60.0 -55.8) |
| LCH | lch(63.4 82.0 317.1) |
| OKLCH | oklch(0.710 0.214 313.1) |
Copy-ready code
/* CSS */
color: #cf70fe;
background-color: #cf70fe;
/* Tailwind (arbitrary) */
class="text-[#cf70fe] bg-[#cf70fe]"
/* SCSS */
$brand: #cf70fe;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.996)
/* Android */
Color.parseColor("#cf70fe")Accessibility — WCAG contrast
Aa
#cf70fe on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf70fe on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta55.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cf70fe text on a black background
contrast 7.40:1
Card sample
#cf70fe text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf70fe;
Background color
Panel with #cf70fe background
background-color: #cf70fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf70fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf70fe; background: linear-gradient(135deg, #cf70fe, #FE70CE);