#cbfdbc
a pale, electric green · cool · closest name: aquamarine
RGB
203, 253, 188
HSL
106°, 94%, 87%
CMYK
20, 0, 26, 1
Luminance
0.8658
Every format
| HEX | #cbfdbc |
| RGB | rgb(203, 253, 188) |
| HSL | hsl(106, 94%, 87%) |
| CMYK | cmyk(20%, 0%, 26%, 1%) |
| LAB | lab(94.6 -27.5 26.1) |
| LCH | lch(94.6 37.9 136.6) |
| OKLCH | oklch(0.943 0.100 138.5) |
Copy-ready code
/* CSS */
color: #cbfdbc;
background-color: #cbfdbc;
/* Tailwind (arbitrary) */
class="text-[#cbfdbc] bg-[#cbfdbc]"
/* SCSS */
$brand: #cbfdbc;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#cbfdbc")Accessibility — WCAG contrast
Aa
#cbfdbc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfdbc on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue73.7%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#cbfdbc text on a black background
contrast 18.32:1
Card sample
#cbfdbc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfdbc;
Background color
Panel with #cbfdbc background
background-color: #cbfdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfdbc; background: linear-gradient(135deg, #cbfdbc, #BCFDD8);