#bdefac
a light, vivid green · cool · closest name: aquamarine
RGB
189, 239, 172
HSL
105°, 68%, 81%
CMYK
21, 0, 28, 6
Luminance
0.7553
Every format
| HEX | #bdefac |
| RGB | rgb(189, 239, 172) |
| HSL | hsl(105, 68%, 81%) |
| CMYK | cmyk(21%, 0%, 28%, 6%) |
| LAB | lab(89.6 -28.1 27.4) |
| LCH | lch(89.6 39.2 135.8) |
| OKLCH | oklch(0.901 0.103 137.9) |
Copy-ready code
/* CSS */
color: #bdefac;
background-color: #bdefac;
/* Tailwind (arbitrary) */
class="text-[#bdefac] bg-[#bdefac]"
/* SCSS */
$brand: #bdefac;
/* SwiftUI */
Color(red: 0.741, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#bdefac")Accessibility — WCAG contrast
Aa
#bdefac on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdefac on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.7%
Blue67.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#bdefac text on a black background
contrast 16.11:1
Card sample
#bdefac text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdefac;
Background color
Panel with #bdefac background
background-color: #bdefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdefac; background: linear-gradient(135deg, #bdefac, #ACEFC8);