#bdfccb
a pale, electric green · cool · closest name: aquamarine
RGB
189, 252, 203
HSL
133°, 91%, 87%
CMYK
25, 0, 19, 1
Luminance
0.8475
Every format
| HEX | #bdfccb |
| RGB | rgb(189, 252, 203) |
| HSL | hsl(133, 91%, 87%) |
| CMYK | cmyk(25%, 0%, 19%, 1%) |
| LAB | lab(93.8 -29.1 17.2) |
| LCH | lch(93.8 33.8 149.4) |
| OKLCH | oklch(0.936 0.092 151.1) |
Copy-ready code
/* CSS */
color: #bdfccb;
background-color: #bdfccb;
/* Tailwind (arbitrary) */
class="text-[#bdfccb] bg-[#bdfccb]"
/* SCSS */
$brand: #bdfccb;
/* SwiftUI */
Color(red: 0.741, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#bdfccb")Accessibility — WCAG contrast
Aa
#bdfccb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfccb on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.8%
Blue79.6%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#bdfccb text on a black background
contrast 17.95:1
Card sample
#bdfccb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfccb;
Background color
Panel with #bdfccb background
background-color: #bdfccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfccb; background: linear-gradient(135deg, #bdfccb, #BDFCF5);