#befdba
a pale, electric green · cool · closest name: aquamarine
RGB
190, 253, 186
HSL
116°, 94%, 86%
CMYK
25, 0, 27, 1
Luminance
0.8474
Every format
| HEX | #befdba |
| RGB | rgb(190, 253, 186) |
| HSL | hsl(116, 94%, 86%) |
| CMYK | cmyk(25%, 0%, 27%, 1%) |
| LAB | lab(93.8 -32.1 25.9) |
| LCH | lch(93.8 41.3 141.2) |
| OKLCH | oklch(0.935 0.110 143.2) |
Copy-ready code
/* CSS */
color: #befdba;
background-color: #befdba;
/* Tailwind (arbitrary) */
class="text-[#befdba] bg-[#befdba]"
/* SCSS */
$brand: #befdba;
/* SwiftUI */
Color(red: 0.745, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#befdba")Accessibility — WCAG contrast
Aa
#befdba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befdba on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green99.2%
Blue72.9%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#befdba text on a black background
contrast 17.95:1
Card sample
#befdba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befdba;
Background color
Panel with #befdba background
background-color: #befdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befdba; background: linear-gradient(135deg, #befdba, #BAFDE3);