#bdf1d7
a light, vivid green · cool · closest name: beige
RGB
189, 241, 215
HSL
150°, 65%, 84%
CMYK
22, 0, 11, 6
Luminance
0.7864
Every format
| HEX | #bdf1d7 |
| RGB | rgb(189, 241, 215) |
| HSL | hsl(150, 65%, 84%) |
| CMYK | cmyk(22%, 0%, 11%, 6%) |
| LAB | lab(91.1 -21.7 7.2) |
| LCH | lch(91.1 22.8 161.7) |
| OKLCH | oklch(0.915 0.064 163.2) |
Copy-ready code
/* CSS */
color: #bdf1d7;
background-color: #bdf1d7;
/* Tailwind (arbitrary) */
class="text-[#bdf1d7] bg-[#bdf1d7]"
/* SCSS */
$brand: #bdf1d7;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.843)
/* Android */
Color.parseColor("#bdf1d7")Accessibility — WCAG contrast
Aa
#bdf1d7 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf1d7 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue84.3%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow10.8%
Key (black)5.5%
Color previews
#bdf1d7 text on a black background
contrast 16.73:1
Card sample
#bdf1d7 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf1d7;
Background color
Panel with #bdf1d7 background
background-color: #bdf1d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf1d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf1d7; background: linear-gradient(135deg, #bdf1d7, #BDE8F1);