#bdfbd3
a pale, electric green · cool · closest name: aquamarine
RGB
189, 251, 211
HSL
141°, 89%, 86%
CMYK
25, 0, 16, 2
Luminance
0.8452
Every format
| HEX | #bdfbd3 |
| RGB | rgb(189, 251, 211) |
| HSL | hsl(141, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 16%, 2%) |
| LAB | lab(93.7 -27.2 12.9) |
| LCH | lch(93.7 30.1 154.5) |
| OKLCH | oklch(0.936 0.083 156.2) |
Copy-ready code
/* CSS */
color: #bdfbd3;
background-color: #bdfbd3;
/* Tailwind (arbitrary) */
class="text-[#bdfbd3] bg-[#bdfbd3]"
/* SCSS */
$brand: #bdfbd3;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.827)
/* Android */
Color.parseColor("#bdfbd3")Accessibility — WCAG contrast
Aa
#bdfbd3 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbd3 on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue82.7%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow15.9%
Key (black)1.6%
Color previews
#bdfbd3 text on a black background
contrast 17.90:1
Card sample
#bdfbd3 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbd3;
Background color
Panel with #bdfbd3 background
background-color: #bdfbd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbd3; background: linear-gradient(135deg, #bdfbd3, #BDFAFB);