#ccf3cf
a pale, vivid green · cool · closest name: beige
RGB
204, 243, 207
HSL
125°, 62%, 88%
CMYK
16, 0, 15, 5
Luminance
0.8144
Every format
| HEX | #ccf3cf |
| RGB | rgb(204, 243, 207) |
| HSL | hsl(125, 62%, 88%) |
| CMYK | cmyk(16%, 0%, 15%, 5%) |
| LAB | lab(92.3 -19.3 13.2) |
| LCH | lch(92.3 23.4 145.5) |
| OKLCH | oklch(0.927 0.063 147.1) |
Copy-ready code
/* CSS */
color: #ccf3cf;
background-color: #ccf3cf;
/* Tailwind (arbitrary) */
class="text-[#ccf3cf] bg-[#ccf3cf]"
/* SCSS */
$brand: #ccf3cf;
/* SwiftUI */
Color(red: 0.800, green: 0.953, blue: 0.812)
/* Android */
Color.parseColor("#ccf3cf")Accessibility — WCAG contrast
Aa
#ccf3cf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf3cf on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green95.3%
Blue81.2%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow14.8%
Key (black)4.7%
Color previews
#ccf3cf text on a black background
contrast 17.29:1
Card sample
#ccf3cf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf3cf;
Background color
Panel with #ccf3cf background
background-color: #ccf3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 243, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 243, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf3cf; background: linear-gradient(135deg, #ccf3cf, #CCF3E9);