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