#bdf1b2
a light, vivid green · cool · closest name: aquamarine
RGB
189, 241, 178
HSL
110°, 69%, 82%
CMYK
22, 0, 26, 6
Luminance
0.7694
Every format
| HEX | #bdf1b2 |
| RGB | rgb(189, 241, 178) |
| HSL | hsl(110, 69%, 82%) |
| CMYK | cmyk(22%, 0%, 26%, 6%) |
| LAB | lab(90.3 -28.1 25.2) |
| LCH | lch(90.3 37.8 138.2) |
| OKLCH | oklch(0.906 0.100 140.2) |
Copy-ready code
/* CSS */
color: #bdf1b2;
background-color: #bdf1b2;
/* Tailwind (arbitrary) */
class="text-[#bdf1b2] bg-[#bdf1b2]"
/* SCSS */
$brand: #bdf1b2;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.698)
/* Android */
Color.parseColor("#bdf1b2")Accessibility — WCAG contrast
Aa
#bdf1b2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf1b2 on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue69.8%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow26.1%
Key (black)5.5%
Color previews
#bdf1b2 text on a black background
contrast 16.39:1
Card sample
#bdf1b2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf1b2;
Background color
Panel with #bdf1b2 background
background-color: #bdf1b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf1b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf1b2; background: linear-gradient(135deg, #bdf1b2, #B2F1D1);