#bdf1c7
a light, vivid green · cool · closest name: beige
RGB
189, 241, 199
HSL
132°, 65%, 84%
CMYK
22, 0, 17, 6
Luminance
0.7785
Every format
| HEX | #bdf1c7 |
| RGB | rgb(189, 241, 199) |
| HSL | hsl(132, 65%, 84%) |
| CMYK | cmyk(22%, 0%, 17%, 6%) |
| LAB | lab(90.7 -24.6 14.9) |
| LCH | lch(90.7 28.8 148.7) |
| OKLCH | oklch(0.911 0.078 150.4) |
Copy-ready code
/* CSS */
color: #bdf1c7;
background-color: #bdf1c7;
/* Tailwind (arbitrary) */
class="text-[#bdf1c7] bg-[#bdf1c7]"
/* SCSS */
$brand: #bdf1c7;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.780)
/* Android */
Color.parseColor("#bdf1c7")Accessibility — WCAG contrast
Aa
#bdf1c7 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf1c7 on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue78.0%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow17.4%
Key (black)5.5%
Color previews
#bdf1c7 text on a black background
contrast 16.57:1
Card sample
#bdf1c7 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf1c7;
Background color
Panel with #bdf1c7 background
background-color: #bdf1c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf1c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf1c7; background: linear-gradient(135deg, #bdf1c7, #BDF1EA);