#ceeef7
a pale, vivid cyan · cool · closest name: lavender
RGB
206, 238, 247
HSL
193°, 72%, 89%
CMYK
17, 4, 0, 3
Luminance
0.8099
Every format
| HEX | #ceeef7 |
| RGB | rgb(206, 238, 247) |
| HSL | hsl(193, 72%, 89%) |
| CMYK | cmyk(17%, 4%, 0%, 3%) |
| LAB | lab(92.1 -8.6 -7.8) |
| LCH | lch(92.1 11.6 222.5) |
| OKLCH | oklch(0.929 0.036 216.6) |
Copy-ready code
/* CSS */
color: #ceeef7;
background-color: #ceeef7;
/* Tailwind (arbitrary) */
class="text-[#ceeef7] bg-[#ceeef7]"
/* SCSS */
$brand: #ceeef7;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.969)
/* Android */
Color.parseColor("#ceeef7")Accessibility — WCAG contrast
Aa
#ceeef7 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeef7 on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta3.6%
Yellow0.0%
Key (black)3.1%
Color previews
#ceeef7 text on a black background
contrast 17.20:1
Card sample
#ceeef7 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeef7;
Background color
Panel with #ceeef7 background
background-color: #ceeef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeef7; background: linear-gradient(135deg, #ceeef7, #CED3F7);