#c6cdf9
a pale, electric blue · warm · closest name: lavender
RGB
198, 205, 249
HSL
232°, 81%, 88%
CMYK
21, 18, 0, 2
Luminance
0.6251
Every format
| HEX | #c6cdf9 |
| RGB | rgb(198, 205, 249) |
| HSL | hsl(232, 81%, 88%) |
| CMYK | cmyk(21%, 18%, 0%, 2%) |
| LAB | lab(83.2 6.6 -22.4) |
| LCH | lch(83.2 23.3 286.5) |
| OKLCH | oklch(0.857 0.062 277.9) |
Copy-ready code
/* CSS */
color: #c6cdf9;
background-color: #c6cdf9;
/* Tailwind (arbitrary) */
class="text-[#c6cdf9] bg-[#c6cdf9]"
/* SCSS */
$brand: #c6cdf9;
/* SwiftUI */
Color(red: 0.776, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#c6cdf9")Accessibility — WCAG contrast
Aa
#c6cdf9 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cdf9 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.4%
Blue97.6%
CMYK percentages
Cyan20.5%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#c6cdf9 text on a black background
contrast 13.50:1
Card sample
#c6cdf9 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cdf9;
Background color
Panel with #c6cdf9 background
background-color: #c6cdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cdf9; background: linear-gradient(135deg, #c6cdf9, #E1C6F9);