#c5afee
a light, vivid violet · warm · closest name: plum
RGB
197, 175, 238
HSL
261°, 65%, 81%
CMYK
17, 27, 0, 7
Luminance
0.4870
Every format
| HEX | #c5afee |
| RGB | rgb(197, 175, 238) |
| HSL | hsl(261, 65%, 81%) |
| CMYK | cmyk(17%, 27%, 0%, 7%) |
| LAB | lab(75.3 20.2 -28.5) |
| LCH | lch(75.3 35.0 305.3) |
| OKLCH | oklch(0.795 0.091 300.4) |
Copy-ready code
/* CSS */
color: #c5afee;
background-color: #c5afee;
/* Tailwind (arbitrary) */
class="text-[#c5afee] bg-[#c5afee]"
/* SCSS */
$brand: #c5afee;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#c5afee")Accessibility — WCAG contrast
Aa
#c5afee on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5afee on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue93.3%
CMYK percentages
Cyan17.2%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#c5afee text on a black background
contrast 10.74:1
Card sample
#c5afee text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5afee;
Background color
Panel with #c5afee background
background-color: #c5afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5afee; background: linear-gradient(135deg, #c5afee, #EEAFED);