#cc7fe6
a light, vivid violet · warm · closest name: orchid
RGB
204, 127, 230
HSL
285°, 67%, 70%
CMYK
11, 45, 0, 10
Luminance
0.3373
Every format
| HEX | #cc7fe6 |
| RGB | rgb(204, 127, 230) |
| HSL | hsl(285, 67%, 70%) |
| CMYK | cmyk(11%, 45%, 0%, 10%) |
| LAB | lab(64.8 46.7 -40.4) |
| LCH | lch(64.8 61.8 319.1) |
| OKLCH | oklch(0.715 0.164 317.2) |
Copy-ready code
/* CSS */
color: #cc7fe6;
background-color: #cc7fe6;
/* Tailwind (arbitrary) */
class="text-[#cc7fe6] bg-[#cc7fe6]"
/* SCSS */
$brand: #cc7fe6;
/* SwiftUI */
Color(red: 0.800, green: 0.498, blue: 0.902)
/* Android */
Color.parseColor("#cc7fe6")Accessibility — WCAG contrast
Aa
#cc7fe6 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7fe6 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green49.8%
Blue90.2%
CMYK percentages
Cyan11.3%
Magenta44.8%
Yellow0.0%
Key (black)9.8%
Color previews
#cc7fe6 text on a black background
contrast 7.75:1
Card sample
#cc7fe6 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7fe6;
Background color
Panel with #cc7fe6 background
background-color: #cc7fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 127, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 127, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7fe6; background: linear-gradient(135deg, #cc7fe6, #E67FBB);