#ceecf3
a pale, vivid cyan · cool · closest name: lavender
RGB
206, 236, 243
HSL
191°, 61%, 88%
CMYK
15, 3, 0, 5
Luminance
0.7958
Every format
| HEX | #ceecf3 |
| RGB | rgb(206, 236, 243) |
| HSL | hsl(191, 61%, 88%) |
| CMYK | cmyk(15%, 3%, 0%, 5%) |
| LAB | lab(91.5 -8.3 -6.7) |
| LCH | lch(91.5 10.7 218.7) |
| OKLCH | oklch(0.923 0.033 213.4) |
Copy-ready code
/* CSS */
color: #ceecf3;
background-color: #ceecf3;
/* Tailwind (arbitrary) */
class="text-[#ceecf3] bg-[#ceecf3]"
/* SCSS */
$brand: #ceecf3;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.953)
/* Android */
Color.parseColor("#ceecf3")Accessibility — WCAG contrast
Aa
#ceecf3 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceecf3 on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta2.9%
Yellow0.0%
Key (black)4.7%
Color previews
#ceecf3 text on a black background
contrast 16.92:1
Card sample
#ceecf3 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceecf3;
Background color
Panel with #ceecf3 background
background-color: #ceecf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceecf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceecf3; background: linear-gradient(135deg, #ceecf3, #CED3F3);