#cbfdb9
a pale, electric green · cool · closest name: aquamarine
RGB
203, 253, 185
HSL
104°, 94%, 86%
CMYK
20, 0, 27, 1
Luminance
0.8645
Every format
| HEX | #cbfdb9 |
| RGB | rgb(203, 253, 185) |
| HSL | hsl(104, 94%, 86%) |
| CMYK | cmyk(20%, 0%, 27%, 1%) |
| LAB | lab(94.5 -28.0 27.5) |
| LCH | lch(94.5 39.3 135.5) |
| OKLCH | oklch(0.943 0.103 137.5) |
Copy-ready code
/* CSS */
color: #cbfdb9;
background-color: #cbfdb9;
/* Tailwind (arbitrary) */
class="text-[#cbfdb9] bg-[#cbfdb9]"
/* SCSS */
$brand: #cbfdb9;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.725)
/* Android */
Color.parseColor("#cbfdb9")Accessibility — WCAG contrast
Aa
#cbfdb9 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfdb9 on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue72.5%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow26.9%
Key (black)0.8%
Color previews
#cbfdb9 text on a black background
contrast 18.29:1
Card sample
#cbfdb9 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfdb9;
Background color
Panel with #cbfdb9 background
background-color: #cbfdb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfdb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfdb9; background: linear-gradient(135deg, #cbfdb9, #B9FDD4);