#ccdbff
a pale, electric blue · cool · closest name: lavender
RGB
204, 219, 255
HSL
222°, 100%, 90%
CMYK
20, 14, 0, 0
Luminance
0.7072
Every format
| HEX | #ccdbff |
| RGB | rgb(204, 219, 255) |
| HSL | hsl(222, 100%, 90%) |
| CMYK | cmyk(20%, 14%, 0%, 0%) |
| LAB | lab(87.3 2.3 -19.2) |
| LCH | lch(87.3 19.3 277.0) |
| OKLCH | oklch(0.892 0.052 267.4) |
Copy-ready code
/* CSS */
color: #ccdbff;
background-color: #ccdbff;
/* Tailwind (arbitrary) */
class="text-[#ccdbff] bg-[#ccdbff]"
/* SCSS */
$brand: #ccdbff;
/* SwiftUI */
Color(red: 0.800, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#ccdbff")Accessibility — WCAG contrast
Aa
#ccdbff on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdbff on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.9%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#ccdbff text on a black background
contrast 15.14:1
Card sample
#ccdbff text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdbff;
Background color
Panel with #ccdbff background
background-color: #ccdbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdbff; background: linear-gradient(135deg, #ccdbff, #DFCCFF);