#cce5ff
a pale, electric blue · cool · closest name: lavender
RGB
204, 229, 255
HSL
211°, 100%, 90%
CMYK
20, 10, 0, 0
Luminance
0.7610
Every format
| HEX | #cce5ff |
| RGB | rgb(204, 229, 255) |
| HSL | hsl(211, 100%, 90%) |
| CMYK | cmyk(20%, 10%, 0%, 0%) |
| LAB | lab(89.9 -2.9 -15.3) |
| LCH | lch(89.9 15.6 259.4) |
| OKLCH | oklch(0.912 0.044 249.4) |
Copy-ready code
/* CSS */
color: #cce5ff;
background-color: #cce5ff;
/* Tailwind (arbitrary) */
class="text-[#cce5ff] bg-[#cce5ff]"
/* SCSS */
$brand: #cce5ff;
/* SwiftUI */
Color(red: 0.800, green: 0.898, blue: 1.000)
/* Android */
Color.parseColor("#cce5ff")Accessibility — WCAG contrast
Aa
#cce5ff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce5ff on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green89.8%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta10.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cce5ff text on a black background
contrast 16.22:1
Card sample
#cce5ff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce5ff;
Background color
Panel with #cce5ff background
background-color: #cce5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 229, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 229, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce5ff; background: linear-gradient(135deg, #cce5ff, #D5CCFF);