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