#ccdffb
a pale, electric blue · cool · closest name: lavender
RGB
204, 223, 251
HSL
216°, 86%, 89%
CMYK
19, 11, 0, 2
Luminance
0.7258
Every format
| HEX | #ccdffb |
| RGB | rgb(204, 223, 251) |
| HSL | hsl(216, 86%, 89%) |
| CMYK | cmyk(19%, 11%, 0%, 2%) |
| LAB | lab(88.3 -0.6 -15.7) |
| LCH | lch(88.3 15.7 267.7) |
| OKLCH | oklch(0.898 0.044 258.0) |
Copy-ready code
/* CSS */
color: #ccdffb;
background-color: #ccdffb;
/* Tailwind (arbitrary) */
class="text-[#ccdffb] bg-[#ccdffb]"
/* SCSS */
$brand: #ccdffb;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#ccdffb")Accessibility — WCAG contrast
Aa
#ccdffb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdffb on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue98.4%
CMYK percentages
Cyan18.7%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#ccdffb text on a black background
contrast 15.52:1
Card sample
#ccdffb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdffb;
Background color
Panel with #ccdffb background
background-color: #ccdffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdffb; background: linear-gradient(135deg, #ccdffb, #D8CCFB);