#bbfdda
a pale, electric green · cool · closest name: aquamarine
RGB
187, 253, 218
HSL
148°, 94%, 86%
CMYK
26, 0, 14, 1
Luminance
0.8588
Every format
| HEX | #bbfdda |
| RGB | rgb(187, 253, 218) |
| HSL | hsl(148, 94%, 86%) |
| CMYK | cmyk(26%, 0%, 14%, 1%) |
| LAB | lab(94.3 -27.5 10.2) |
| LCH | lch(94.3 29.3 159.7) |
| OKLCH | oklch(0.941 0.081 161.2) |
Copy-ready code
/* CSS */
color: #bbfdda;
background-color: #bbfdda;
/* Tailwind (arbitrary) */
class="text-[#bbfdda] bg-[#bbfdda]"
/* SCSS */
$brand: #bbfdda;
/* SwiftUI */
Color(red: 0.733, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#bbfdda")Accessibility — WCAG contrast
Aa
#bbfdda on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbfdda on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green99.2%
Blue85.5%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#bbfdda text on a black background
contrast 18.18:1
Card sample
#bbfdda text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbfdda;
Background color
Panel with #bbfdda background
background-color: #bbfdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbfdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbfdda; background: linear-gradient(135deg, #bbfdda, #BBF4FD);