#bbf1dd
a light, vivid green · cool · closest name: beige
RGB
187, 241, 221
HSL
158°, 66%, 84%
CMYK
22, 0, 8, 6
Luminance
0.7870
Every format
| HEX | #bbf1dd |
| RGB | rgb(187, 241, 221) |
| HSL | hsl(158, 66%, 84%) |
| CMYK | cmyk(22%, 0%, 8%, 6%) |
| LAB | lab(91.1 -21.1 4.1) |
| LCH | lch(91.1 21.5 169.1) |
| OKLCH | oklch(0.915 0.061 170.2) |
Copy-ready code
/* CSS */
color: #bbf1dd;
background-color: #bbf1dd;
/* Tailwind (arbitrary) */
class="text-[#bbf1dd] bg-[#bbf1dd]"
/* SCSS */
$brand: #bbf1dd;
/* SwiftUI */
Color(red: 0.733, green: 0.945, blue: 0.867)
/* Android */
Color.parseColor("#bbf1dd")Accessibility — WCAG contrast
Aa
#bbf1dd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf1dd on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green94.5%
Blue86.7%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow8.3%
Key (black)5.5%
Color previews
#bbf1dd text on a black background
contrast 16.74:1
Card sample
#bbf1dd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf1dd;
Background color
Panel with #bbf1dd background
background-color: #bbf1dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf1dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 241, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 241, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf1dd; background: linear-gradient(135deg, #bbf1dd, #BBE1F1);