#cbfdbf
a pale, electric green · cool · closest name: aquamarine
RGB
203, 253, 191
HSL
108°, 94%, 87%
CMYK
20, 0, 25, 1
Luminance
0.8671
Every format
| HEX | #cbfdbf |
| RGB | rgb(203, 253, 191) |
| HSL | hsl(108, 94%, 87%) |
| CMYK | cmyk(20%, 0%, 25%, 1%) |
| LAB | lab(94.6 -27.1 24.6) |
| LCH | lch(94.6 36.6 137.7) |
| OKLCH | oklch(0.944 0.097 139.6) |
Copy-ready code
/* CSS */
color: #cbfdbf;
background-color: #cbfdbf;
/* Tailwind (arbitrary) */
class="text-[#cbfdbf] bg-[#cbfdbf]"
/* SCSS */
$brand: #cbfdbf;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#cbfdbf")Accessibility — WCAG contrast
Aa
#cbfdbf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfdbf on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue74.9%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#cbfdbf text on a black background
contrast 18.34:1
Card sample
#cbfdbf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfdbf;
Background color
Panel with #cbfdbf background
background-color: #cbfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfdbf; background: linear-gradient(135deg, #cbfdbf, #BFFDDC);