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