#bbf8c2
a pale, electric green · cool · closest name: aquamarine
RGB
187, 248, 194
HSL
127°, 81%, 85%
CMYK
25, 0, 22, 3
Luminance
0.8159
Every format
| HEX | #bbf8c2 |
| RGB | rgb(187, 248, 194) |
| HSL | hsl(127, 81%, 85%) |
| CMYK | cmyk(25%, 0%, 22%, 3%) |
| LAB | lab(92.4 -29.4 19.9) |
| LCH | lch(92.4 35.5 146.0) |
| OKLCH | oklch(0.924 0.095 147.8) |
Copy-ready code
/* CSS */
color: #bbf8c2;
background-color: #bbf8c2;
/* Tailwind (arbitrary) */
class="text-[#bbf8c2] bg-[#bbf8c2]"
/* SCSS */
$brand: #bbf8c2;
/* SwiftUI */
Color(red: 0.733, green: 0.973, blue: 0.761)
/* Android */
Color.parseColor("#bbf8c2")Accessibility — WCAG contrast
Aa
#bbf8c2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf8c2 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green97.3%
Blue76.1%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow21.8%
Key (black)2.7%
Color previews
#bbf8c2 text on a black background
contrast 17.32:1
Card sample
#bbf8c2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf8c2;
Background color
Panel with #bbf8c2 background
background-color: #bbf8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 248, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 248, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf8c2; background: linear-gradient(135deg, #bbf8c2, #BBF8EB);