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