#ccd7ff
a pale, electric blue · warm · closest name: lavender
RGB
204, 215, 255
HSL
227°, 100%, 90%
CMYK
20, 16, 0, 0
Luminance
0.6866
Every format
| HEX | #ccd7ff |
| RGB | rgb(204, 215, 255) |
| HSL | hsl(227, 100%, 90%) |
| CMYK | cmyk(20%, 16%, 0%, 0%) |
| LAB | lab(86.3 4.4 -20.7) |
| LCH | lch(86.3 21.2 282.1) |
| OKLCH | oklch(0.884 0.057 273.1) |
Copy-ready code
/* CSS */
color: #ccd7ff;
background-color: #ccd7ff;
/* Tailwind (arbitrary) */
class="text-[#ccd7ff] bg-[#ccd7ff]"
/* SCSS */
$brand: #ccd7ff;
/* SwiftUI */
Color(red: 0.800, green: 0.843, blue: 1.000)
/* Android */
Color.parseColor("#ccd7ff")Accessibility — WCAG contrast
Aa
#ccd7ff on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd7ff on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green84.3%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta15.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ccd7ff text on a black background
contrast 14.73:1
Card sample
#ccd7ff text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd7ff;
Background color
Panel with #ccd7ff background
background-color: #ccd7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 215, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 215, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd7ff; background: linear-gradient(135deg, #ccd7ff, #E3CCFF);