#bbf4d2
a light, vivid green · cool · closest name: aquamarine
RGB
187, 244, 210
HSL
144°, 72%, 85%
CMYK
23, 0, 14, 4
Luminance
0.7992
Every format
| HEX | #bbf4d2 |
| RGB | rgb(187, 244, 210) |
| HSL | hsl(144, 72%, 85%) |
| CMYK | cmyk(23%, 0%, 14%, 4%) |
| LAB | lab(91.7 -24.7 10.6) |
| LCH | lch(91.7 26.8 156.8) |
| OKLCH | oklch(0.919 0.074 158.4) |
Copy-ready code
/* CSS */
color: #bbf4d2;
background-color: #bbf4d2;
/* Tailwind (arbitrary) */
class="text-[#bbf4d2] bg-[#bbf4d2]"
/* SCSS */
$brand: #bbf4d2;
/* SwiftUI */
Color(red: 0.733, green: 0.957, blue: 0.824)
/* Android */
Color.parseColor("#bbf4d2")Accessibility — WCAG contrast
Aa
#bbf4d2 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf4d2 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green95.7%
Blue82.4%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow13.9%
Key (black)4.3%
Color previews
#bbf4d2 text on a black background
contrast 16.98:1
Card sample
#bbf4d2 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf4d2;
Background color
Panel with #bbf4d2 background
background-color: #bbf4d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf4d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 244, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 244, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf4d2; background: linear-gradient(135deg, #bbf4d2, #BBF0F4);