#ceefef
a pale, vivid cyan · cool · closest name: white
RGB
206, 239, 239
HSL
180°, 51%, 87%
CMYK
14, 0, 0, 6
Luminance
0.8109
Every format
| HEX | #ceefef |
| RGB | rgb(206, 239, 239) |
| HSL | hsl(180, 51%, 87%) |
| CMYK | cmyk(14%, 0%, 0%, 6%) |
| LAB | lab(92.2 -10.7 -3.6) |
| LCH | lch(92.2 11.3 198.7) |
| OKLCH | oklch(0.928 0.034 196.6) |
Copy-ready code
/* CSS */
color: #ceefef;
background-color: #ceefef;
/* Tailwind (arbitrary) */
class="text-[#ceefef] bg-[#ceefef]"
/* SCSS */
$brand: #ceefef;
/* SwiftUI */
Color(red: 0.808, green: 0.937, blue: 0.937)
/* Android */
Color.parseColor("#ceefef")Accessibility — WCAG contrast
Aa
#ceefef on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceefef on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.7%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow0.0%
Key (black)6.3%
Color previews
#ceefef text on a black background
contrast 17.22:1
Card sample
#ceefef text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceefef;
Background color
Panel with #ceefef background
background-color: #ceefef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceefef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 239, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 239, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceefef; background: linear-gradient(135deg, #ceefef, #CED9EF);