#ccd6fa
a pale, electric blue · warm · closest name: lavender
RGB
204, 214, 250
HSL
227°, 82%, 89%
CMYK
18, 14, 0, 2
Luminance
0.6783
Every format
| HEX | #ccd6fa |
| RGB | rgb(204, 214, 250) |
| HSL | hsl(227, 82%, 89%) |
| CMYK | cmyk(18%, 14%, 0%, 2%) |
| LAB | lab(85.9 3.9 -18.7) |
| LCH | lch(85.9 19.1 281.8) |
| OKLCH | oklch(0.880 0.051 273.1) |
Copy-ready code
/* CSS */
color: #ccd6fa;
background-color: #ccd6fa;
/* Tailwind (arbitrary) */
class="text-[#ccd6fa] bg-[#ccd6fa]"
/* SCSS */
$brand: #ccd6fa;
/* SwiftUI */
Color(red: 0.800, green: 0.839, blue: 0.980)
/* Android */
Color.parseColor("#ccd6fa")Accessibility — WCAG contrast
Aa
#ccd6fa on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd6fa on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green83.9%
Blue98.0%
CMYK percentages
Cyan18.4%
Magenta14.4%
Yellow0.0%
Key (black)2.0%
Color previews
#ccd6fa text on a black background
contrast 14.57:1
Card sample
#ccd6fa text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd6fa;
Background color
Panel with #ccd6fa background
background-color: #ccd6fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd6fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 214, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 214, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd6fa; background: linear-gradient(135deg, #ccd6fa, #E1CCFA);