#cceeff
a pale, electric blue · cool · closest name: lavender
RGB
204, 238, 255
HSL
200°, 100%, 90%
CMYK
20, 7, 0, 0
Luminance
0.8121
Every format
| HEX | #cceeff |
| RGB | rgb(204, 238, 255) |
| HSL | hsl(200, 100%, 90%) |
| CMYK | cmyk(20%, 7%, 0%, 0%) |
| LAB | lab(92.2 -7.5 -11.9) |
| LCH | lch(92.2 14.0 237.7) |
| OKLCH | oklch(0.930 0.042 229.4) |
Copy-ready code
/* CSS */
color: #cceeff;
background-color: #cceeff;
/* Tailwind (arbitrary) */
class="text-[#cceeff] bg-[#cceeff]"
/* SCSS */
$brand: #cceeff;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#cceeff")Accessibility — WCAG contrast
Aa
#cceeff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceeff on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cceeff text on a black background
contrast 17.24:1
Card sample
#cceeff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceeff;
Background color
Panel with #cceeff background
background-color: #cceeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceeff; background: linear-gradient(135deg, #cceeff, #CCCCFF);