#befad0
a pale, electric green · cool · closest name: aquamarine
RGB
190, 250, 208
HSL
138°, 86%, 86%
CMYK
24, 0, 17, 2
Luminance
0.8387
Every format
| HEX | #befad0 |
| RGB | rgb(190, 250, 208) |
| HSL | hsl(138, 86%, 86%) |
| CMYK | cmyk(24%, 0%, 17%, 2%) |
| LAB | lab(93.4 -27.0 14.1) |
| LCH | lch(93.4 30.4 152.4) |
| OKLCH | oklch(0.933 0.083 154.0) |
Copy-ready code
/* CSS */
color: #befad0;
background-color: #befad0;
/* Tailwind (arbitrary) */
class="text-[#befad0] bg-[#befad0]"
/* SCSS */
$brand: #befad0;
/* SwiftUI */
Color(red: 0.745, green: 0.980, blue: 0.816)
/* Android */
Color.parseColor("#befad0")Accessibility — WCAG contrast
Aa
#befad0 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befad0 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green98.0%
Blue81.6%
CMYK percentages
Cyan24.0%
Magenta0.0%
Yellow16.8%
Key (black)2.0%
Color previews
#befad0 text on a black background
contrast 17.77:1
Card sample
#befad0 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befad0;
Background color
Panel with #befad0 background
background-color: #befad0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befad0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 250, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 250, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befad0; background: linear-gradient(135deg, #befad0, #BEFAF8);