#ceecfc
a pale, electric blue · cool · closest name: lavender
RGB
206, 236, 252
HSL
201°, 89%, 90%
CMYK
18, 6, 0, 1
Luminance
0.8014
Every format
| HEX | #ceecfc |
| RGB | rgb(206, 236, 252) |
| HSL | hsl(201, 89%, 90%) |
| CMYK | cmyk(18%, 6%, 0%, 1%) |
| LAB | lab(91.8 -6.5 -11.0) |
| LCH | lch(91.8 12.8 239.4) |
| OKLCH | oklch(0.926 0.038 231.0) |
Copy-ready code
/* CSS */
color: #ceecfc;
background-color: #ceecfc;
/* Tailwind (arbitrary) */
class="text-[#ceecfc] bg-[#ceecfc]"
/* SCSS */
$brand: #ceecfc;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.988)
/* Android */
Color.parseColor("#ceecfc")Accessibility — WCAG contrast
Aa
#ceecfc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceecfc on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta6.3%
Yellow0.0%
Key (black)1.2%
Color previews
#ceecfc text on a black background
contrast 17.03:1
Card sample
#ceecfc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceecfc;
Background color
Panel with #ceecfc background
background-color: #ceecfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceecfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceecfc; background: linear-gradient(135deg, #ceecfc, #CFCEFC);