#ccfac0
a pale, electric green · cool · closest name: beige
RGB
204, 250, 192
HSL
108°, 85%, 87%
CMYK
18, 0, 23, 2
Luminance
0.8501
Every format
| HEX | #ccfac0 |
| RGB | rgb(204, 250, 192) |
| HSL | hsl(108, 85%, 87%) |
| CMYK | cmyk(18%, 0%, 23%, 2%) |
| LAB | lab(93.9 -25.2 23.1) |
| LCH | lch(93.9 34.2 137.4) |
| OKLCH | oklch(0.938 0.090 139.2) |
Copy-ready code
/* CSS */
color: #ccfac0;
background-color: #ccfac0;
/* Tailwind (arbitrary) */
class="text-[#ccfac0] bg-[#ccfac0]"
/* SCSS */
$brand: #ccfac0;
/* SwiftUI */
Color(red: 0.800, green: 0.980, blue: 0.753)
/* Android */
Color.parseColor("#ccfac0")Accessibility — WCAG contrast
Aa
#ccfac0 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfac0 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green98.0%
Blue75.3%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow23.2%
Key (black)2.0%
Color previews
#ccfac0 text on a black background
contrast 18.00:1
Card sample
#ccfac0 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfac0;
Background color
Panel with #ccfac0 background
background-color: #ccfac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 250, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 250, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfac0; background: linear-gradient(135deg, #ccfac0, #C0FADB);