#cbf9bc
a pale, electric green · cool · closest name: aquamarine
RGB
203, 249, 188
HSL
105°, 84%, 86%
CMYK
19, 0, 25, 2
Luminance
0.8408
Every format
| HEX | #cbf9bc |
| RGB | rgb(203, 249, 188) |
| HSL | hsl(105, 84%, 86%) |
| CMYK | cmyk(19%, 0%, 25%, 2%) |
| LAB | lab(93.5 -25.6 24.6) |
| LCH | lch(93.5 35.5 136.2) |
| OKLCH | oklch(0.935 0.094 138.1) |
Copy-ready code
/* CSS */
color: #cbf9bc;
background-color: #cbf9bc;
/* Tailwind (arbitrary) */
class="text-[#cbf9bc] bg-[#cbf9bc]"
/* SCSS */
$brand: #cbf9bc;
/* SwiftUI */
Color(red: 0.796, green: 0.976, blue: 0.737)
/* Android */
Color.parseColor("#cbf9bc")Accessibility — WCAG contrast
Aa
#cbf9bc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf9bc on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.6%
Blue73.7%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow24.5%
Key (black)2.4%
Color previews
#cbf9bc text on a black background
contrast 17.82:1
Card sample
#cbf9bc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf9bc;
Background color
Panel with #cbf9bc background
background-color: #cbf9bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf9bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 249, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 249, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf9bc; background: linear-gradient(135deg, #cbf9bc, #BCF9D6);