#bdf6cf
a pale, electric green · cool · closest name: aquamarine
RGB
189, 246, 207
HSL
139°, 76%, 85%
CMYK
23, 0, 16, 4
Luminance
0.8124
Every format
| HEX | #bdf6cf |
| RGB | rgb(189, 246, 207) |
| HSL | hsl(139, 76%, 85%) |
| CMYK | cmyk(23%, 0%, 16%, 4%) |
| LAB | lab(92.2 -25.6 13.0) |
| LCH | lch(92.2 28.7 153.1) |
| OKLCH | oklch(0.924 0.078 154.7) |
Copy-ready code
/* CSS */
color: #bdf6cf;
background-color: #bdf6cf;
/* Tailwind (arbitrary) */
class="text-[#bdf6cf] bg-[#bdf6cf]"
/* SCSS */
$brand: #bdf6cf;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.812)
/* Android */
Color.parseColor("#bdf6cf")Accessibility — WCAG contrast
Aa
#bdf6cf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf6cf on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue81.2%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow15.9%
Key (black)3.5%
Color previews
#bdf6cf text on a black background
contrast 17.25:1
Card sample
#bdf6cf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf6cf;
Background color
Panel with #bdf6cf background
background-color: #bdf6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf6cf; background: linear-gradient(135deg, #bdf6cf, #BDF6F5);