#c6cdfc
a pale, electric blue · warm · closest name: lavender
RGB
198, 205, 252
HSL
232°, 90%, 88%
CMYK
21, 19, 0, 1
Luminance
0.6270
Every format
| HEX | #c6cdfc |
| RGB | rgb(198, 205, 252) |
| HSL | hsl(232, 90%, 88%) |
| CMYK | cmyk(21%, 19%, 0%, 1%) |
| LAB | lab(83.3 7.3 -23.8) |
| LCH | lch(83.3 24.9 287.0) |
| OKLCH | oklch(0.859 0.066 278.3) |
Copy-ready code
/* CSS */
color: #c6cdfc;
background-color: #c6cdfc;
/* Tailwind (arbitrary) */
class="text-[#c6cdfc] bg-[#c6cdfc]"
/* SCSS */
$brand: #c6cdfc;
/* SwiftUI */
Color(red: 0.776, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#c6cdfc")Accessibility — WCAG contrast
Aa
#c6cdfc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cdfc on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.4%
Blue98.8%
CMYK percentages
Cyan21.4%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c6cdfc text on a black background
contrast 13.54:1
Card sample
#c6cdfc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cdfc;
Background color
Panel with #c6cdfc background
background-color: #c6cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cdfc; background: linear-gradient(135deg, #c6cdfc, #E3C6FC);