#ccf8cd
a pale, electric green · cool · closest name: beige
RGB
204, 248, 205
HSL
121°, 76%, 89%
CMYK
18, 0, 17, 3
Luminance
0.8438
Every format
| HEX | #ccf8cd |
| RGB | rgb(204, 248, 205) |
| HSL | hsl(121, 76%, 89%) |
| CMYK | cmyk(18%, 0%, 17%, 3%) |
| LAB | lab(93.6 -22.1 16.1) |
| LCH | lch(93.6 27.3 143.9) |
| OKLCH | oklch(0.937 0.073 145.6) |
Copy-ready code
/* CSS */
color: #ccf8cd;
background-color: #ccf8cd;
/* Tailwind (arbitrary) */
class="text-[#ccf8cd] bg-[#ccf8cd]"
/* SCSS */
$brand: #ccf8cd;
/* SwiftUI */
Color(red: 0.800, green: 0.973, blue: 0.804)
/* Android */
Color.parseColor("#ccf8cd")Accessibility — WCAG contrast
Aa
#ccf8cd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf8cd on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green97.3%
Blue80.4%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow17.3%
Key (black)2.7%
Color previews
#ccf8cd text on a black background
contrast 17.88:1
Card sample
#ccf8cd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf8cd;
Background color
Panel with #ccf8cd background
background-color: #ccf8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 248, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 248, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf8cd; background: linear-gradient(135deg, #ccf8cd, #CCF8EA);