#ceeef0
a pale, vivid cyan · cool · closest name: white
RGB
206, 238, 240
HSL
184°, 53%, 88%
CMYK
14, 1, 0, 6
Luminance
0.8056
Every format
| HEX | #ceeef0 |
| RGB | rgb(206, 238, 240) |
| HSL | hsl(184, 53%, 88%) |
| CMYK | cmyk(14%, 1%, 0%, 6%) |
| LAB | lab(91.9 -10.0 -4.5) |
| LCH | lch(91.9 10.9 204.1) |
| OKLCH | oklch(0.927 0.034 201.2) |
Copy-ready code
/* CSS */
color: #ceeef0;
background-color: #ceeef0;
/* Tailwind (arbitrary) */
class="text-[#ceeef0] bg-[#ceeef0]"
/* SCSS */
$brand: #ceeef0;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.941)
/* Android */
Color.parseColor("#ceeef0")Accessibility — WCAG contrast
Aa
#ceeef0 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeef0 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue94.1%
CMYK percentages
Cyan14.2%
Magenta0.8%
Yellow0.0%
Key (black)5.9%
Color previews
#ceeef0 text on a black background
contrast 17.11:1
Card sample
#ceeef0 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeef0;
Background color
Panel with #ceeef0 background
background-color: #ceeef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeef0; background: linear-gradient(135deg, #ceeef0, #CED8F0);