#c6cdfe
a pale, electric blue · warm · closest name: lavender
RGB
198, 205, 254
HSL
233°, 97%, 89%
CMYK
22, 19, 0, 0
Luminance
0.6282
Every format
| HEX | #c6cdfe |
| RGB | rgb(198, 205, 254) |
| HSL | hsl(233, 97%, 89%) |
| CMYK | cmyk(22%, 19%, 0%, 0%) |
| LAB | lab(83.3 7.7 -24.8) |
| LCH | lch(83.3 25.9 287.3) |
| OKLCH | oklch(0.859 0.069 278.5) |
Copy-ready code
/* CSS */
color: #c6cdfe;
background-color: #c6cdfe;
/* Tailwind (arbitrary) */
class="text-[#c6cdfe] bg-[#c6cdfe]"
/* SCSS */
$brand: #c6cdfe;
/* SwiftUI */
Color(red: 0.776, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#c6cdfe")Accessibility — WCAG contrast
Aa
#c6cdfe on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cdfe on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.4%
Blue99.6%
CMYK percentages
Cyan22.0%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#c6cdfe text on a black background
contrast 13.56:1
Card sample
#c6cdfe text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cdfe;
Background color
Panel with #c6cdfe background
background-color: #c6cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cdfe; background: linear-gradient(135deg, #c6cdfe, #E4C6FE);