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