#befdce
a pale, electric green · cool · closest name: aquamarine
RGB
190, 253, 206
HSL
135°, 94%, 87%
CMYK
25, 0, 19, 1
Luminance
0.8565
Every format
| HEX | #befdce |
| RGB | rgb(190, 253, 206) |
| HSL | hsl(135, 94%, 87%) |
| CMYK | cmyk(25%, 0%, 19%, 1%) |
| LAB | lab(94.2 -28.8 16.2) |
| LCH | lch(94.2 33.0 150.6) |
| OKLCH | oklch(0.939 0.090 152.3) |
Copy-ready code
/* CSS */
color: #befdce;
background-color: #befdce;
/* Tailwind (arbitrary) */
class="text-[#befdce] bg-[#befdce]"
/* SCSS */
$brand: #befdce;
/* SwiftUI */
Color(red: 0.745, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#befdce")Accessibility — WCAG contrast
Aa
#befdce on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befdce on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green99.2%
Blue80.8%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#befdce text on a black background
contrast 18.13:1
Card sample
#befdce text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befdce;
Background color
Panel with #befdce background
background-color: #befdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befdce; background: linear-gradient(135deg, #befdce, #BEFDF8);