#c799ff
a light, electric violet · warm · closest name: violet
RGB
199, 153, 255
HSL
267°, 100%, 80%
CMYK
22, 40, 0, 0
Luminance
0.4214
Every format
| HEX | #c799ff |
| RGB | rgb(199, 153, 255) |
| HSL | hsl(267, 100%, 80%) |
| CMYK | cmyk(22%, 40%, 0%, 0%) |
| LAB | lab(71.0 36.6 -44.4) |
| LCH | lch(71.0 57.6 309.5) |
| OKLCH | oklch(0.764 0.149 303.9) |
Copy-ready code
/* CSS */
color: #c799ff;
background-color: #c799ff;
/* Tailwind (arbitrary) */
class="text-[#c799ff] bg-[#c799ff]"
/* SCSS */
$brand: #c799ff;
/* SwiftUI */
Color(red: 0.780, green: 0.600, blue: 1.000)
/* Android */
Color.parseColor("#c799ff")Accessibility — WCAG contrast
Aa
#c799ff on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c799ff on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green60.0%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta40.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c799ff text on a black background
contrast 9.43:1
Card sample
#c799ff text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c799ff;
Background color
Panel with #c799ff background
background-color: #c799ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c799ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 153, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 153, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c799ff; background: linear-gradient(135deg, #c799ff, #FF99F3);