#c599ff
a light, electric violet · warm · closest name: violet
RGB
197, 153, 255
HSL
266°, 100%, 80%
CMYK
23, 40, 0, 0
Luminance
0.4187
Every format
| HEX | #c599ff |
| RGB | rgb(197, 153, 255) |
| HSL | hsl(266, 100%, 80%) |
| CMYK | cmyk(23%, 40%, 0%, 0%) |
| LAB | lab(70.8 36.1 -44.7) |
| LCH | lch(70.8 57.5 308.9) |
| OKLCH | oklch(0.763 0.148 302.9) |
Copy-ready code
/* CSS */
color: #c599ff;
background-color: #c599ff;
/* Tailwind (arbitrary) */
class="text-[#c599ff] bg-[#c599ff]"
/* SCSS */
$brand: #c599ff;
/* SwiftUI */
Color(red: 0.773, green: 0.600, blue: 1.000)
/* Android */
Color.parseColor("#c599ff")Accessibility — WCAG contrast
Aa
#c599ff on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c599ff on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green60.0%
Blue100.0%
CMYK percentages
Cyan22.7%
Magenta40.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c599ff text on a black background
contrast 9.37:1
Card sample
#c599ff text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c599ff;
Background color
Panel with #c599ff background
background-color: #c599ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c599ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 153, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 153, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c599ff; background: linear-gradient(135deg, #c599ff, #FF99F5);