#bdefbc
a light, vivid green · cool · closest name: aquamarine
RGB
189, 239, 188
HSL
119°, 61%, 84%
CMYK
21, 0, 21, 6
Luminance
0.7618
Every format
| HEX | #bdefbc |
| RGB | rgb(189, 239, 188) |
| HSL | hsl(119, 61%, 84%) |
| CMYK | cmyk(21%, 0%, 21%, 6%) |
| LAB | lab(89.9 -25.5 19.6) |
| LCH | lch(89.9 32.2 142.6) |
| OKLCH | oklch(0.904 0.086 144.3) |
Copy-ready code
/* CSS */
color: #bdefbc;
background-color: #bdefbc;
/* Tailwind (arbitrary) */
class="text-[#bdefbc] bg-[#bdefbc]"
/* SCSS */
$brand: #bdefbc;
/* SwiftUI */
Color(red: 0.741, green: 0.937, blue: 0.737)
/* Android */
Color.parseColor("#bdefbc")Accessibility — WCAG contrast
Aa
#bdefbc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdefbc on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.7%
Blue73.7%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow21.3%
Key (black)6.3%
Color previews
#bdefbc text on a black background
contrast 16.24:1
Card sample
#bdefbc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdefbc;
Background color
Panel with #bdefbc background
background-color: #bdefbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdefbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 239, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 239, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdefbc; background: linear-gradient(135deg, #bdefbc, #BCEFDD);