#cce2fd
a pale, electric blue · cool · closest name: lavender
RGB
204, 226, 253
HSL
213°, 93%, 90%
CMYK
19, 11, 0, 1
Luminance
0.7432
Every format
| HEX | #cce2fd |
| RGB | rgb(204, 226, 253) |
| HSL | hsl(213, 93%, 90%) |
| CMYK | cmyk(19%, 11%, 0%, 1%) |
| LAB | lab(89.1 -1.8 -15.5) |
| LCH | lch(89.1 15.6 263.6) |
| OKLCH | oklch(0.905 0.044 253.6) |
Copy-ready code
/* CSS */
color: #cce2fd;
background-color: #cce2fd;
/* Tailwind (arbitrary) */
class="text-[#cce2fd] bg-[#cce2fd]"
/* SCSS */
$brand: #cce2fd;
/* SwiftUI */
Color(red: 0.800, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#cce2fd")Accessibility — WCAG contrast
Aa
#cce2fd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce2fd on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green88.6%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cce2fd text on a black background
contrast 15.86:1
Card sample
#cce2fd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce2fd;
Background color
Panel with #cce2fd background
background-color: #cce2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce2fd; background: linear-gradient(135deg, #cce2fd, #D7CCFD);