#ccf2cc
a pale, vivid green · cool · closest name: beige
RGB
204, 242, 204
HSL
120°, 59%, 88%
CMYK
16, 0, 16, 5
Luminance
0.8070
Every format
| HEX | #ccf2cc |
| RGB | rgb(204, 242, 204) |
| HSL | hsl(120, 59%, 88%) |
| CMYK | cmyk(16%, 0%, 16%, 5%) |
| LAB | lab(92.0 -19.3 14.3) |
| LCH | lch(92.0 24.0 143.4) |
| OKLCH | oklch(0.924 0.065 145.0) |
Copy-ready code
/* CSS */
color: #ccf2cc;
background-color: #ccf2cc;
/* Tailwind (arbitrary) */
class="text-[#ccf2cc] bg-[#ccf2cc]"
/* SCSS */
$brand: #ccf2cc;
/* SwiftUI */
Color(red: 0.800, green: 0.949, blue: 0.800)
/* Android */
Color.parseColor("#ccf2cc")Accessibility — WCAG contrast
Aa
#ccf2cc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf2cc on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.9%
Blue80.0%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow15.7%
Key (black)5.1%
Color previews
#ccf2cc text on a black background
contrast 17.14:1
Card sample
#ccf2cc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf2cc;
Background color
Panel with #ccf2cc background
background-color: #ccf2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 242, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 242, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf2cc; background: linear-gradient(135deg, #ccf2cc, #CCF2E5);