#ceecf5
a pale, vivid cyan · cool · closest name: lavender
RGB
206, 236, 245
HSL
194°, 66%, 88%
CMYK
16, 4, 0, 4
Luminance
0.7971
Every format
| HEX | #ceecf5 |
| RGB | rgb(206, 236, 245) |
| HSL | hsl(194, 66%, 88%) |
| CMYK | cmyk(16%, 4%, 0%, 4%) |
| LAB | lab(91.5 -8.0 -7.6) |
| LCH | lch(91.5 11.0 223.9) |
| OKLCH | oklch(0.924 0.034 217.8) |
Copy-ready code
/* CSS */
color: #ceecf5;
background-color: #ceecf5;
/* Tailwind (arbitrary) */
class="text-[#ceecf5] bg-[#ceecf5]"
/* SCSS */
$brand: #ceecf5;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.961)
/* Android */
Color.parseColor("#ceecf5")Accessibility — WCAG contrast
Aa
#ceecf5 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceecf5 on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue96.1%
CMYK percentages
Cyan15.9%
Magenta3.7%
Yellow0.0%
Key (black)3.9%
Color previews
#ceecf5 text on a black background
contrast 16.94:1
Card sample
#ceecf5 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceecf5;
Background color
Panel with #ceecf5 background
background-color: #ceecf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceecf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceecf5; background: linear-gradient(135deg, #ceecf5, #CED2F5);