#bdf2bc
a light, vivid green · cool · closest name: aquamarine
RGB
189, 242, 188
HSL
119°, 68%, 84%
CMYK
22, 0, 22, 5
Luminance
0.7795
Every format
| HEX | #bdf2bc |
| RGB | rgb(189, 242, 188) |
| HSL | hsl(119, 68%, 84%) |
| CMYK | cmyk(22%, 0%, 22%, 5%) |
| LAB | lab(90.8 -27.0 20.7) |
| LCH | lch(90.8 34.0 142.5) |
| OKLCH | oklch(0.911 0.091 144.3) |
Copy-ready code
/* CSS */
color: #bdf2bc;
background-color: #bdf2bc;
/* Tailwind (arbitrary) */
class="text-[#bdf2bc] bg-[#bdf2bc]"
/* SCSS */
$brand: #bdf2bc;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.737)
/* Android */
Color.parseColor("#bdf2bc")Accessibility — WCAG contrast
Aa
#bdf2bc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf2bc on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue73.7%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow22.3%
Key (black)5.1%
Color previews
#bdf2bc text on a black background
contrast 16.59:1
Card sample
#bdf2bc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf2bc;
Background color
Panel with #bdf2bc background
background-color: #bdf2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf2bc; background: linear-gradient(135deg, #bdf2bc, #BCF2DF);