#bdf6c7
a pale, electric green · cool · closest name: aquamarine
RGB
189, 246, 199
HSL
131°, 76%, 85%
CMYK
23, 0, 19, 4
Luminance
0.8085
Every format
| HEX | #bdf6c7 |
| RGB | rgb(189, 246, 199) |
| HSL | hsl(131, 76%, 85%) |
| CMYK | cmyk(23%, 0%, 19%, 4%) |
| LAB | lab(92.1 -27.0 16.9) |
| LCH | lch(92.1 31.8 148.0) |
| OKLCH | oklch(0.922 0.086 149.7) |
Copy-ready code
/* CSS */
color: #bdf6c7;
background-color: #bdf6c7;
/* Tailwind (arbitrary) */
class="text-[#bdf6c7] bg-[#bdf6c7]"
/* SCSS */
$brand: #bdf6c7;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.780)
/* Android */
Color.parseColor("#bdf6c7")Accessibility — WCAG contrast
Aa
#bdf6c7 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf6c7 on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue78.0%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow19.1%
Key (black)3.5%
Color previews
#bdf6c7 text on a black background
contrast 17.17:1
Card sample
#bdf6c7 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf6c7;
Background color
Panel with #bdf6c7 background
background-color: #bdf6c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf6c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf6c7; background: linear-gradient(135deg, #bdf6c7, #BDF6ED);