#bbffb3
a pale, electric green · cool · closest name: aquamarine
RGB
187, 255, 179
HSL
114°, 100%, 85%
CMYK
27, 0, 30, 0
Luminance
0.8534
Every format
| HEX | #bbffb3 |
| RGB | rgb(187, 255, 179) |
| HSL | hsl(114, 100%, 85%) |
| CMYK | cmyk(27%, 0%, 30%, 0%) |
| LAB | lab(94.0 -35.1 29.7) |
| LCH | lch(94.0 46.0 139.8) |
| OKLCH | oklch(0.936 0.122 142.0) |
Copy-ready code
/* CSS */
color: #bbffb3;
background-color: #bbffb3;
/* Tailwind (arbitrary) */
class="text-[#bbffb3] bg-[#bbffb3]"
/* SCSS */
$brand: #bbffb3;
/* SwiftUI */
Color(red: 0.733, green: 1.000, blue: 0.702)
/* Android */
Color.parseColor("#bbffb3")Accessibility — WCAG contrast
Aa
#bbffb3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbffb3 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green100.0%
Blue70.2%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow29.8%
Key (black)0.0%
Color previews
#bbffb3 text on a black background
contrast 18.07:1
Card sample
#bbffb3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbffb3;
Background color
Panel with #bbffb3 background
background-color: #bbffb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbffb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 255, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 255, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbffb3; background: linear-gradient(135deg, #bbffb3, #B3FFDE);