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