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