#bdfacb
a pale, electric green · cool · closest name: aquamarine
RGB
189, 250, 203
HSL
134°, 86%, 86%
CMYK
24, 0, 19, 2
Luminance
0.8350
Every format
| HEX | #bdfacb |
| RGB | rgb(189, 250, 203) |
| HSL | hsl(134, 86%, 86%) |
| CMYK | cmyk(24%, 0%, 19%, 2%) |
| LAB | lab(93.2 -28.2 16.4) |
| LCH | lch(93.2 32.6 149.7) |
| OKLCH | oklch(0.931 0.088 151.4) |
Copy-ready code
/* CSS */
color: #bdfacb;
background-color: #bdfacb;
/* Tailwind (arbitrary) */
class="text-[#bdfacb] bg-[#bdfacb]"
/* SCSS */
$brand: #bdfacb;
/* SwiftUI */
Color(red: 0.741, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#bdfacb")Accessibility — WCAG contrast
Aa
#bdfacb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfacb on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.0%
Blue79.6%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#bdfacb text on a black background
contrast 17.70:1
Card sample
#bdfacb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfacb;
Background color
Panel with #bdfacb background
background-color: #bdfacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfacb; background: linear-gradient(135deg, #bdfacb, #BDFAF4);