#ccfbcf
a pale, electric green · cool · closest name: beige
RGB
204, 251, 207
HSL
124°, 86%, 89%
CMYK
19, 0, 18, 2
Luminance
0.8634
Every format
| HEX | #ccfbcf |
| RGB | rgb(204, 251, 207) |
| HSL | hsl(124, 86%, 89%) |
| CMYK | cmyk(19%, 0%, 18%, 2%) |
| LAB | lab(94.5 -23.2 16.2) |
| LCH | lch(94.5 28.3 145.0) |
| OKLCH | oklch(0.944 0.076 146.6) |
Copy-ready code
/* CSS */
color: #ccfbcf;
background-color: #ccfbcf;
/* Tailwind (arbitrary) */
class="text-[#ccfbcf] bg-[#ccfbcf]"
/* SCSS */
$brand: #ccfbcf;
/* SwiftUI */
Color(red: 0.800, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#ccfbcf")Accessibility — WCAG contrast
Aa
#ccfbcf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfbcf on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green98.4%
Blue81.2%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#ccfbcf text on a black background
contrast 18.27:1
Card sample
#ccfbcf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfbcf;
Background color
Panel with #ccfbcf background
background-color: #ccfbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfbcf; background: linear-gradient(135deg, #ccfbcf, #CCFBEE);