#ceecf6
a pale, vivid cyan · cool · closest name: lavender
RGB
206, 236, 246
HSL
195°, 69%, 89%
CMYK
16, 4, 0, 4
Luminance
0.7977
Every format
| HEX | #ceecf6 |
| RGB | rgb(206, 236, 246) |
| HSL | hsl(195, 69%, 89%) |
| CMYK | cmyk(16%, 4%, 0%, 4%) |
| LAB | lab(91.6 -7.7 -8.1) |
| LCH | lch(91.6 11.2 226.4) |
| OKLCH | oklch(0.924 0.034 219.9) |
Copy-ready code
/* CSS */
color: #ceecf6;
background-color: #ceecf6;
/* Tailwind (arbitrary) */
class="text-[#ceecf6] bg-[#ceecf6]"
/* SCSS */
$brand: #ceecf6;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.965)
/* Android */
Color.parseColor("#ceecf6")Accessibility — WCAG contrast
Aa
#ceecf6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceecf6 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue96.5%
CMYK percentages
Cyan16.3%
Magenta4.1%
Yellow0.0%
Key (black)3.5%
Color previews
#ceecf6 text on a black background
contrast 16.95:1
Card sample
#ceecf6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceecf6;
Background color
Panel with #ceecf6 background
background-color: #ceecf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceecf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceecf6; background: linear-gradient(135deg, #ceecf6, #CED1F6);