#bdf3bc
a light, vivid green · cool · closest name: aquamarine
RGB
189, 243, 188
HSL
119°, 70%, 85%
CMYK
22, 0, 23, 5
Luminance
0.7855
Every format
| HEX | #bdf3bc |
| RGB | rgb(189, 243, 188) |
| HSL | hsl(119, 70%, 85%) |
| CMYK | cmyk(22%, 0%, 23%, 5%) |
| LAB | lab(91.0 -27.4 21.1) |
| LCH | lch(91.0 34.6 142.5) |
| OKLCH | oklch(0.913 0.092 144.3) |
Copy-ready code
/* CSS */
color: #bdf3bc;
background-color: #bdf3bc;
/* Tailwind (arbitrary) */
class="text-[#bdf3bc] bg-[#bdf3bc]"
/* SCSS */
$brand: #bdf3bc;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.737)
/* Android */
Color.parseColor("#bdf3bc")Accessibility — WCAG contrast
Aa
#bdf3bc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf3bc on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue73.7%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow22.6%
Key (black)4.7%
Color previews
#bdf3bc text on a black background
contrast 16.71:1
Card sample
#bdf3bc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf3bc;
Background color
Panel with #bdf3bc background
background-color: #bdf3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf3bc; background: linear-gradient(135deg, #bdf3bc, #BCF3E0);