#beffdc
a pale, electric green · cool · closest name: aquamarine
RGB
190, 255, 220
HSL
148°, 100%, 87%
CMYK
26, 0, 14, 0
Luminance
0.8763
Every format
| HEX | #beffdc |
| RGB | rgb(190, 255, 220) |
| HSL | hsl(148, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 14%, 0%) |
| LAB | lab(95.0 -27.1 10.2) |
| LCH | lch(95.0 29.0 159.4) |
| OKLCH | oklch(0.947 0.081 160.8) |
Copy-ready code
/* CSS */
color: #beffdc;
background-color: #beffdc;
/* Tailwind (arbitrary) */
class="text-[#beffdc] bg-[#beffdc]"
/* SCSS */
$brand: #beffdc;
/* SwiftUI */
Color(red: 0.745, green: 1.000, blue: 0.863)
/* Android */
Color.parseColor("#beffdc")Accessibility — WCAG contrast
Aa
#beffdc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beffdc on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green100.0%
Blue86.3%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow13.7%
Key (black)0.0%
Color previews
#beffdc text on a black background
contrast 18.53:1
Card sample
#beffdc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beffdc;
Background color
Panel with #beffdc background
background-color: #beffdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beffdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 255, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 255, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beffdc; background: linear-gradient(135deg, #beffdc, #BEF7FF);