#cc70ff
a light, electric violet · warm · closest name: violet
RGB
204, 112, 255
HSL
279°, 100%, 72%
CMYK
20, 56, 0, 0
Luminance
0.3165
Every format
| HEX | #cc70ff |
| RGB | rgb(204, 112, 255) |
| HSL | hsl(279, 100%, 72%) |
| CMYK | cmyk(20%, 56%, 0%, 0%) |
| LAB | lab(63.0 59.5 -56.9) |
| LCH | lch(63.0 82.3 316.3) |
| OKLCH | oklch(0.707 0.214 311.8) |
Copy-ready code
/* CSS */
color: #cc70ff;
background-color: #cc70ff;
/* Tailwind (arbitrary) */
class="text-[#cc70ff] bg-[#cc70ff]"
/* SCSS */
$brand: #cc70ff;
/* SwiftUI */
Color(red: 0.800, green: 0.439, blue: 1.000)
/* Android */
Color.parseColor("#cc70ff")Accessibility — WCAG contrast
Aa
#cc70ff on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc70ff on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green43.9%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta56.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cc70ff text on a black background
contrast 7.33:1
Card sample
#cc70ff text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc70ff;
Background color
Panel with #cc70ff background
background-color: #cc70ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc70ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 112, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 112, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc70ff; background: linear-gradient(135deg, #cc70ff, #FF70D3);