#bbfbdf
a pale, electric green · cool · closest name: aquamarine
RGB
187, 251, 223
HSL
154°, 89%, 86%
CMYK
26, 0, 11, 2
Luminance
0.8489
Every format
| HEX | #bbfbdf |
| RGB | rgb(187, 251, 223) |
| HSL | hsl(154, 89%, 86%) |
| CMYK | cmyk(26%, 0%, 11%, 2%) |
| LAB | lab(93.8 -25.6 7.0) |
| LCH | lch(93.8 26.5 164.7) |
| OKLCH | oklch(0.938 0.075 166.0) |
Copy-ready code
/* CSS */
color: #bbfbdf;
background-color: #bbfbdf;
/* Tailwind (arbitrary) */
class="text-[#bbfbdf] bg-[#bbfbdf]"
/* SCSS */
$brand: #bbfbdf;
/* SwiftUI */
Color(red: 0.733, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#bbfbdf")Accessibility — WCAG contrast
Aa
#bbfbdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbfbdf on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green98.4%
Blue87.5%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#bbfbdf text on a black background
contrast 17.98:1
Card sample
#bbfbdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbfbdf;
Background color
Panel with #bbfbdf background
background-color: #bbfbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbfbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbfbdf; background: linear-gradient(135deg, #bbfbdf, #BBECFB);