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