#bdfccf
a pale, electric green · cool · closest name: aquamarine
RGB
189, 252, 207
HSL
137°, 91%, 87%
CMYK
25, 0, 18, 1
Luminance
0.8494
Every format
| HEX | #bdfccf |
| RGB | rgb(189, 252, 207) |
| HSL | hsl(137, 91%, 87%) |
| CMYK | cmyk(25%, 0%, 18%, 1%) |
| LAB | lab(93.9 -28.4 15.3) |
| LCH | lch(93.9 32.3 151.8) |
| OKLCH | oklch(0.937 0.088 153.4) |
Copy-ready code
/* CSS */
color: #bdfccf;
background-color: #bdfccf;
/* Tailwind (arbitrary) */
class="text-[#bdfccf] bg-[#bdfccf]"
/* SCSS */
$brand: #bdfccf;
/* SwiftUI */
Color(red: 0.741, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#bdfccf")Accessibility — WCAG contrast
Aa
#bdfccf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfccf on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.8%
Blue81.2%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#bdfccf text on a black background
contrast 17.99:1
Card sample
#bdfccf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfccf;
Background color
Panel with #bdfccf background
background-color: #bdfccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfccf; background: linear-gradient(135deg, #bdfccf, #BDFCF9);