#c6affc
a light, electric violet · warm · closest name: plum
RGB
198, 175, 252
HSL
258°, 93%, 84%
CMYK
21, 31, 0, 1
Luminance
0.4969
Every format
| HEX | #c6affc |
| RGB | rgb(198, 175, 252) |
| HSL | hsl(258, 93%, 84%) |
| CMYK | cmyk(21%, 31%, 0%, 1%) |
| LAB | lab(75.9 23.6 -35.1) |
| LCH | lch(75.9 42.3 303.9) |
| OKLCH | oklch(0.801 0.110 297.6) |
Copy-ready code
/* CSS */
color: #c6affc;
background-color: #c6affc;
/* Tailwind (arbitrary) */
class="text-[#c6affc] bg-[#c6affc]"
/* SCSS */
$brand: #c6affc;
/* SwiftUI */
Color(red: 0.776, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#c6affc")Accessibility — WCAG contrast
Aa
#c6affc on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6affc on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green68.6%
Blue98.8%
CMYK percentages
Cyan21.4%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#c6affc text on a black background
contrast 10.94:1
Card sample
#c6affc text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6affc;
Background color
Panel with #c6affc background
background-color: #c6affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6affc; background: linear-gradient(135deg, #c6affc, #F9AFFC);