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