#bdf1ba
a light, vivid green · cool · closest name: aquamarine
RGB
189, 241, 186
HSL
117°, 66%, 84%
CMYK
22, 0, 23, 6
Luminance
0.7727
Every format
| HEX | #bdf1ba |
| RGB | rgb(189, 241, 186) |
| HSL | hsl(117, 66%, 84%) |
| CMYK | cmyk(22%, 0%, 23%, 6%) |
| LAB | lab(90.5 -26.8 21.3) |
| LCH | lch(90.5 34.2 141.6) |
| OKLCH | oklch(0.908 0.091 143.4) |
Copy-ready code
/* CSS */
color: #bdf1ba;
background-color: #bdf1ba;
/* Tailwind (arbitrary) */
class="text-[#bdf1ba] bg-[#bdf1ba]"
/* SCSS */
$brand: #bdf1ba;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.729)
/* Android */
Color.parseColor("#bdf1ba")Accessibility — WCAG contrast
Aa
#bdf1ba on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf1ba on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue72.9%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow22.8%
Key (black)5.5%
Color previews
#bdf1ba text on a black background
contrast 16.45:1
Card sample
#bdf1ba text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf1ba;
Background color
Panel with #bdf1ba background
background-color: #bdf1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf1ba; background: linear-gradient(135deg, #bdf1ba, #BAF1DC);