#cbfcba
a pale, electric green · cool · closest name: aquamarine
RGB
203, 252, 186
HSL
105°, 92%, 86%
CMYK
19, 0, 26, 1
Luminance
0.8586
Every format
| HEX | #cbfcba |
| RGB | rgb(203, 252, 186) |
| HSL | hsl(105, 92%, 86%) |
| CMYK | cmyk(19%, 0%, 26%, 1%) |
| LAB | lab(94.3 -27.4 26.6) |
| LCH | lch(94.3 38.2 135.8) |
| OKLCH | oklch(0.941 0.101 137.8) |
Copy-ready code
/* CSS */
color: #cbfcba;
background-color: #cbfcba;
/* Tailwind (arbitrary) */
class="text-[#cbfcba] bg-[#cbfcba]"
/* SCSS */
$brand: #cbfcba;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#cbfcba")Accessibility — WCAG contrast
Aa
#cbfcba on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcba on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue72.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#cbfcba text on a black background
contrast 18.17:1
Card sample
#cbfcba text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcba;
Background color
Panel with #cbfcba background
background-color: #cbfcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcba; background: linear-gradient(135deg, #cbfcba, #BAFCD5);