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