#befbdf
a pale, electric green · cool · closest name: beige
RGB
190, 251, 223
HSL
153°, 88%, 87%
CMYK
24, 0, 11, 2
Luminance
0.8527
Every format
| HEX | #befbdf |
| RGB | rgb(190, 251, 223) |
| HSL | hsl(153, 88%, 87%) |
| CMYK | cmyk(24%, 0%, 11%, 2%) |
| LAB | lab(94.0 -24.6 7.2) |
| LCH | lch(94.0 25.7 163.7) |
| OKLCH | oklch(0.939 0.072 165.0) |
Copy-ready code
/* CSS */
color: #befbdf;
background-color: #befbdf;
/* Tailwind (arbitrary) */
class="text-[#befbdf] bg-[#befbdf]"
/* SCSS */
$brand: #befbdf;
/* SwiftUI */
Color(red: 0.745, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#befbdf")Accessibility — WCAG contrast
Aa
#befbdf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befbdf on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green98.4%
Blue87.5%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#befbdf text on a black background
contrast 18.05:1
Card sample
#befbdf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befbdf;
Background color
Panel with #befbdf background
background-color: #befbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befbdf; background: linear-gradient(135deg, #befbdf, #BEEEFB);