#cbfcbc
a pale, electric green · cool · closest name: aquamarine
RGB
203, 252, 188
HSL
106°, 91%, 86%
CMYK
19, 0, 25, 1
Luminance
0.8595
Every format
| HEX | #cbfcbc |
| RGB | rgb(203, 252, 188) |
| HSL | hsl(106, 91%, 86%) |
| CMYK | cmyk(19%, 0%, 25%, 1%) |
| LAB | lab(94.3 -27.1 25.7) |
| LCH | lch(94.3 37.3 136.5) |
| OKLCH | oklch(0.941 0.098 138.4) |
Copy-ready code
/* CSS */
color: #cbfcbc;
background-color: #cbfcbc;
/* Tailwind (arbitrary) */
class="text-[#cbfcbc] bg-[#cbfcbc]"
/* SCSS */
$brand: #cbfcbc;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#cbfcbc")Accessibility — WCAG contrast
Aa
#cbfcbc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcbc on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue73.7%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow25.4%
Key (black)1.2%
Color previews
#cbfcbc text on a black background
contrast 18.19:1
Card sample
#cbfcbc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcbc;
Background color
Panel with #cbfcbc background
background-color: #cbfcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcbc; background: linear-gradient(135deg, #cbfcbc, #BCFCD8);