#beffdf
a pale, electric green · cool · closest name: aquamarine
RGB
190, 255, 223
HSL
151°, 100%, 87%
CMYK
26, 0, 13, 0
Luminance
0.8779
Every format
| HEX | #beffdf |
| RGB | rgb(190, 255, 223) |
| HSL | hsl(151, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 13%, 0%) |
| LAB | lab(95.1 -26.6 8.8) |
| LCH | lch(95.1 28.0 161.7) |
| OKLCH | oklch(0.948 0.078 163.1) |
Copy-ready code
/* CSS */
color: #beffdf;
background-color: #beffdf;
/* Tailwind (arbitrary) */
class="text-[#beffdf] bg-[#beffdf]"
/* SCSS */
$brand: #beffdf;
/* SwiftUI */
Color(red: 0.745, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#beffdf")Accessibility — WCAG contrast
Aa
#beffdf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beffdf on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green100.0%
Blue87.5%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#beffdf text on a black background
contrast 18.56:1
Card sample
#beffdf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beffdf;
Background color
Panel with #beffdf background
background-color: #beffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beffdf; background: linear-gradient(135deg, #beffdf, #BEF4FF);