#ceefe2
a pale, vivid green · cool · closest name: beige
RGB
206, 239, 226
HSL
156°, 51%, 87%
CMYK
14, 0, 5, 6
Luminance
0.8035
Every format
| HEX | #ceefe2 |
| RGB | rgb(206, 239, 226) |
| HSL | hsl(156, 51%, 87%) |
| CMYK | cmyk(14%, 0%, 5%, 6%) |
| LAB | lab(91.8 -13.2 2.7) |
| LCH | lch(91.8 13.5 168.5) |
| OKLCH | oklch(0.925 0.039 169.7) |
Copy-ready code
/* CSS */
color: #ceefe2;
background-color: #ceefe2;
/* Tailwind (arbitrary) */
class="text-[#ceefe2] bg-[#ceefe2]"
/* SCSS */
$brand: #ceefe2;
/* SwiftUI */
Color(red: 0.808, green: 0.937, blue: 0.886)
/* Android */
Color.parseColor("#ceefe2")Accessibility — WCAG contrast
Aa
#ceefe2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceefe2 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.7%
Blue88.6%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow5.4%
Key (black)6.3%
Color previews
#ceefe2 text on a black background
contrast 17.07:1
Card sample
#ceefe2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceefe2;
Background color
Panel with #ceefe2 background
background-color: #ceefe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceefe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 239, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 239, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceefe2; background: linear-gradient(135deg, #ceefe2, #CEE6EF);