#bbfdce
a pale, electric green · cool · closest name: aquamarine
RGB
187, 253, 206
HSL
137°, 94%, 86%
CMYK
26, 0, 19, 1
Luminance
0.8527
Every format
| HEX | #bbfdce |
| RGB | rgb(187, 253, 206) |
| HSL | hsl(137, 94%, 86%) |
| CMYK | cmyk(26%, 0%, 19%, 1%) |
| LAB | lab(94.0 -29.7 16.0) |
| LCH | lch(94.0 33.7 151.7) |
| OKLCH | oklch(0.938 0.092 153.4) |
Copy-ready code
/* CSS */
color: #bbfdce;
background-color: #bbfdce;
/* Tailwind (arbitrary) */
class="text-[#bbfdce] bg-[#bbfdce]"
/* SCSS */
$brand: #bbfdce;
/* SwiftUI */
Color(red: 0.733, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#bbfdce")Accessibility — WCAG contrast
Aa
#bbfdce on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbfdce on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green99.2%
Blue80.8%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#bbfdce text on a black background
contrast 18.05:1
Card sample
#bbfdce text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbfdce;
Background color
Panel with #bbfdce background
background-color: #bbfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbfdce; background: linear-gradient(135deg, #bbfdce, #BBFDFA);