#befccc
a pale, electric green · cool · closest name: aquamarine
RGB
190, 252, 204
HSL
134°, 91%, 87%
CMYK
25, 0, 19, 1
Luminance
0.8493
Every format
| HEX | #befccc |
| RGB | rgb(190, 252, 204) |
| HSL | hsl(134, 91%, 87%) |
| CMYK | cmyk(25%, 0%, 19%, 1%) |
| LAB | lab(93.8 -28.6 16.8) |
| LCH | lch(93.8 33.2 149.6) |
| OKLCH | oklch(0.937 0.090 151.3) |
Copy-ready code
/* CSS */
color: #befccc;
background-color: #befccc;
/* Tailwind (arbitrary) */
class="text-[#befccc] bg-[#befccc]"
/* SCSS */
$brand: #befccc;
/* SwiftUI */
Color(red: 0.745, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#befccc")Accessibility — WCAG contrast
Aa
#befccc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befccc on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green98.8%
Blue80.0%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#befccc text on a black background
contrast 17.99:1
Card sample
#befccc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befccc;
Background color
Panel with #befccc background
background-color: #befccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befccc; background: linear-gradient(135deg, #befccc, #BEFCF5);