#ccf4da
a pale, vivid green · cool · closest name: beige
RGB
204, 244, 218
HSL
141°, 65%, 88%
CMYK
16, 0, 11, 4
Luminance
0.8260
Every format
| HEX | #ccf4da |
| RGB | rgb(204, 244, 218) |
| HSL | hsl(141, 65%, 88%) |
| CMYK | cmyk(16%, 0%, 11%, 4%) |
| LAB | lab(92.8 -17.8 8.3) |
| LCH | lch(92.8 19.6 155.1) |
| OKLCH | oklch(0.932 0.054 156.7) |
Copy-ready code
/* CSS */
color: #ccf4da;
background-color: #ccf4da;
/* Tailwind (arbitrary) */
class="text-[#ccf4da] bg-[#ccf4da]"
/* SCSS */
$brand: #ccf4da;
/* SwiftUI */
Color(red: 0.800, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#ccf4da")Accessibility — WCAG contrast
Aa
#ccf4da on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf4da on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green95.7%
Blue85.5%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow10.7%
Key (black)4.3%
Color previews
#ccf4da text on a black background
contrast 17.52:1
Card sample
#ccf4da text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf4da;
Background color
Panel with #ccf4da background
background-color: #ccf4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf4da; background: linear-gradient(135deg, #ccf4da, #CCF3F4);