#cbfbc2
a pale, electric green · cool · closest name: aquamarine
RGB
203, 251, 194
HSL
111°, 88%, 87%
CMYK
19, 0, 23, 2
Luminance
0.8559
Every format
| HEX | #cbfbc2 |
| RGB | rgb(203, 251, 194) |
| HSL | hsl(111, 88%, 87%) |
| CMYK | cmyk(19%, 0%, 23%, 2%) |
| LAB | lab(94.1 -25.6 22.4) |
| LCH | lch(94.1 34.1 138.8) |
| OKLCH | oklch(0.940 0.090 140.6) |
Copy-ready code
/* CSS */
color: #cbfbc2;
background-color: #cbfbc2;
/* Tailwind (arbitrary) */
class="text-[#cbfbc2] bg-[#cbfbc2]"
/* SCSS */
$brand: #cbfbc2;
/* SwiftUI */
Color(red: 0.796, green: 0.984, blue: 0.761)
/* Android */
Color.parseColor("#cbfbc2")Accessibility — WCAG contrast
Aa
#cbfbc2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfbc2 on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.4%
Blue76.1%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow22.7%
Key (black)1.6%
Color previews
#cbfbc2 text on a black background
contrast 18.12:1
Card sample
#cbfbc2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfbc2;
Background color
Panel with #cbfbc2 background
background-color: #cbfbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 251, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 251, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfbc2; background: linear-gradient(135deg, #cbfbc2, #C2FBDF);