#bbf7dd
a pale, electric green · cool · closest name: beige
RGB
187, 247, 221
HSL
154°, 79%, 85%
CMYK
24, 0, 11, 3
Luminance
0.8231
Every format
| HEX | #bbf7dd |
| RGB | rgb(187, 247, 221) |
| HSL | hsl(154, 79%, 85%) |
| CMYK | cmyk(24%, 0%, 11%, 3%) |
| LAB | lab(92.7 -24.0 6.4) |
| LCH | lch(92.7 24.9 165.1) |
| OKLCH | oklch(0.928 0.070 166.4) |
Copy-ready code
/* CSS */
color: #bbf7dd;
background-color: #bbf7dd;
/* Tailwind (arbitrary) */
class="text-[#bbf7dd] bg-[#bbf7dd]"
/* SCSS */
$brand: #bbf7dd;
/* SwiftUI */
Color(red: 0.733, green: 0.969, blue: 0.867)
/* Android */
Color.parseColor("#bbf7dd")Accessibility — WCAG contrast
Aa
#bbf7dd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf7dd on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green96.9%
Blue86.7%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow10.5%
Key (black)3.1%
Color previews
#bbf7dd text on a black background
contrast 17.46:1
Card sample
#bbf7dd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf7dd;
Background color
Panel with #bbf7dd background
background-color: #bbf7dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf7dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 247, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 247, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf7dd; background: linear-gradient(135deg, #bbf7dd, #BBE9F7);