#bbf9df
a pale, electric green · cool · closest name: aquamarine
RGB
187, 249, 223
HSL
155°, 84%, 86%
CMYK
25, 0, 10, 2
Luminance
0.8364
Every format
| HEX | #bbf9df |
| RGB | rgb(187, 249, 223) |
| HSL | hsl(155, 84%, 86%) |
| CMYK | cmyk(25%, 0%, 10%, 2%) |
| LAB | lab(93.3 -24.6 6.2) |
| LCH | lch(93.3 25.4 165.9) |
| OKLCH | oklch(0.933 0.072 167.1) |
Copy-ready code
/* CSS */
color: #bbf9df;
background-color: #bbf9df;
/* Tailwind (arbitrary) */
class="text-[#bbf9df] bg-[#bbf9df]"
/* SCSS */
$brand: #bbf9df;
/* SwiftUI */
Color(red: 0.733, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#bbf9df")Accessibility — WCAG contrast
Aa
#bbf9df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf9df on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green97.6%
Blue87.5%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#bbf9df text on a black background
contrast 17.73:1
Card sample
#bbf9df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf9df;
Background color
Panel with #bbf9df background
background-color: #bbf9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf9df; background: linear-gradient(135deg, #bbf9df, #BBEAF9);