#ccdafe
a pale, electric blue · cool · closest name: lavender
RGB
204, 218, 254
HSL
223°, 96%, 90%
CMYK
20, 14, 0, 0
Luminance
0.7014
Every format
| HEX | #ccdafe |
| RGB | rgb(204, 218, 254) |
| HSL | hsl(223, 96%, 90%) |
| CMYK | cmyk(20%, 14%, 0%, 0%) |
| LAB | lab(87.1 2.6 -19.1) |
| LCH | lch(87.1 19.3 277.9) |
| OKLCH | oklch(0.889 0.052 268.5) |
Copy-ready code
/* CSS */
color: #ccdafe;
background-color: #ccdafe;
/* Tailwind (arbitrary) */
class="text-[#ccdafe] bg-[#ccdafe]"
/* SCSS */
$brand: #ccdafe;
/* SwiftUI */
Color(red: 0.800, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#ccdafe")Accessibility — WCAG contrast
Aa
#ccdafe on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdafe on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.5%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#ccdafe text on a black background
contrast 15.03:1
Card sample
#ccdafe text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdafe;
Background color
Panel with #ccdafe background
background-color: #ccdafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdafe; background: linear-gradient(135deg, #ccdafe, #DFCCFE);