#cc7fe2
a light, vivid violet · warm · closest name: orchid
RGB
204, 127, 226
HSL
287°, 63%, 69%
CMYK
10, 44, 0, 11
Luminance
0.3351
Every format
| HEX | #cc7fe2 |
| RGB | rgb(204, 127, 226) |
| HSL | hsl(287, 63%, 69%) |
| CMYK | cmyk(10%, 44%, 0%, 11%) |
| LAB | lab(64.6 45.9 -38.5) |
| LCH | lch(64.6 59.9 320.0) |
| OKLCH | oklch(0.713 0.160 318.5) |
Copy-ready code
/* CSS */
color: #cc7fe2;
background-color: #cc7fe2;
/* Tailwind (arbitrary) */
class="text-[#cc7fe2] bg-[#cc7fe2]"
/* SCSS */
$brand: #cc7fe2;
/* SwiftUI */
Color(red: 0.800, green: 0.498, blue: 0.886)
/* Android */
Color.parseColor("#cc7fe2")Accessibility — WCAG contrast
Aa
#cc7fe2 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7fe2 on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green49.8%
Blue88.6%
CMYK percentages
Cyan9.7%
Magenta43.8%
Yellow0.0%
Key (black)11.4%
Color previews
#cc7fe2 text on a black background
contrast 7.70:1
Card sample
#cc7fe2 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7fe2;
Background color
Panel with #cc7fe2 background
background-color: #cc7fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 127, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 127, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7fe2; background: linear-gradient(135deg, #cc7fe2, #E27FB6);