#ccf3da
a pale, vivid green · cool · closest name: beige
RGB
204, 243, 218
HSL
142°, 62%, 88%
CMYK
16, 0, 10, 5
Luminance
0.8200
Every format
| HEX | #ccf3da |
| RGB | rgb(204, 243, 218) |
| HSL | hsl(142, 62%, 88%) |
| CMYK | cmyk(16%, 0%, 10%, 5%) |
| LAB | lab(92.6 -17.3 7.9) |
| LCH | lch(92.6 19.0 155.5) |
| OKLCH | oklch(0.930 0.053 157.1) |
Copy-ready code
/* CSS */
color: #ccf3da;
background-color: #ccf3da;
/* Tailwind (arbitrary) */
class="text-[#ccf3da] bg-[#ccf3da]"
/* SCSS */
$brand: #ccf3da;
/* SwiftUI */
Color(red: 0.800, green: 0.953, blue: 0.855)
/* Android */
Color.parseColor("#ccf3da")Accessibility — WCAG contrast
Aa
#ccf3da on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf3da on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green95.3%
Blue85.5%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow10.3%
Key (black)4.7%
Color previews
#ccf3da text on a black background
contrast 17.40:1
Card sample
#ccf3da text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf3da;
Background color
Panel with #ccf3da background
background-color: #ccf3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 243, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 243, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf3da; background: linear-gradient(135deg, #ccf3da, #CCF2F3);