#ceecf0
a pale, vivid cyan · cool · closest name: lavender
RGB
206, 236, 240
HSL
187°, 53%, 88%
CMYK
14, 2, 0, 6
Luminance
0.7940
Every format
| HEX | #ceecf0 |
| RGB | rgb(206, 236, 240) |
| HSL | hsl(187, 53%, 88%) |
| CMYK | cmyk(14%, 2%, 0%, 6%) |
| LAB | lab(91.4 -9.0 -5.2) |
| LCH | lch(91.4 10.4 210.3) |
| OKLCH | oklch(0.923 0.032 206.4) |
Copy-ready code
/* CSS */
color: #ceecf0;
background-color: #ceecf0;
/* Tailwind (arbitrary) */
class="text-[#ceecf0] bg-[#ceecf0]"
/* SCSS */
$brand: #ceecf0;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.941)
/* Android */
Color.parseColor("#ceecf0")Accessibility — WCAG contrast
Aa
#ceecf0 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceecf0 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue94.1%
CMYK percentages
Cyan14.2%
Magenta1.7%
Yellow0.0%
Key (black)5.9%
Color previews
#ceecf0 text on a black background
contrast 16.88:1
Card sample
#ceecf0 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceecf0;
Background color
Panel with #ceecf0 background
background-color: #ceecf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceecf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceecf0; background: linear-gradient(135deg, #ceecf0, #CED5F0);