#bdfbcf
a pale, electric green · cool · closest name: aquamarine
RGB
189, 251, 207
HSL
137°, 89%, 86%
CMYK
25, 0, 18, 2
Luminance
0.8432
Every format
| HEX | #bdfbcf |
| RGB | rgb(189, 251, 207) |
| HSL | hsl(137, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 18%, 2%) |
| LAB | lab(93.6 -27.9 14.9) |
| LCH | lch(93.6 31.7 152.0) |
| OKLCH | oklch(0.935 0.086 153.6) |
Copy-ready code
/* CSS */
color: #bdfbcf;
background-color: #bdfbcf;
/* Tailwind (arbitrary) */
class="text-[#bdfbcf] bg-[#bdfbcf]"
/* SCSS */
$brand: #bdfbcf;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#bdfbcf")Accessibility — WCAG contrast
Aa
#bdfbcf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbcf on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue81.2%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#bdfbcf text on a black background
contrast 17.86:1
Card sample
#bdfbcf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbcf;
Background color
Panel with #bdfbcf background
background-color: #bdfbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbcf; background: linear-gradient(135deg, #bdfbcf, #BDFBF8);