#bdf1c4
a light, vivid green · cool · closest name: aquamarine
RGB
189, 241, 196
HSL
128°, 65%, 84%
CMYK
22, 0, 19, 6
Luminance
0.7771
Every format
| HEX | #bdf1c4 |
| RGB | rgb(189, 241, 196) |
| HSL | hsl(128, 65%, 84%) |
| CMYK | cmyk(22%, 0%, 19%, 6%) |
| LAB | lab(90.7 -25.1 16.4) |
| LCH | lch(90.7 30.0 146.8) |
| OKLCH | oklch(0.910 0.081 148.6) |
Copy-ready code
/* CSS */
color: #bdf1c4;
background-color: #bdf1c4;
/* Tailwind (arbitrary) */
class="text-[#bdf1c4] bg-[#bdf1c4]"
/* SCSS */
$brand: #bdf1c4;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.769)
/* Android */
Color.parseColor("#bdf1c4")Accessibility — WCAG contrast
Aa
#bdf1c4 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf1c4 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue76.9%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow18.7%
Key (black)5.5%
Color previews
#bdf1c4 text on a black background
contrast 16.54:1
Card sample
#bdf1c4 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf1c4;
Background color
Panel with #bdf1c4 background
background-color: #bdf1c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf1c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf1c4; background: linear-gradient(135deg, #bdf1c4, #BDF1E7);