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