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