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