#bef5df
a pale, vivid green · cool · closest name: beige
RGB
190, 245, 223
HSL
156°, 73%, 85%
CMYK
22, 0, 9, 4
Luminance
0.8158
Every format
| HEX | #bef5df |
| RGB | rgb(190, 245, 223) |
| HSL | hsl(156, 73%, 85%) |
| CMYK | cmyk(22%, 0%, 9%, 4%) |
| LAB | lab(92.4 -21.8 4.9) |
| LCH | lch(92.4 22.3 167.3) |
| OKLCH | oklch(0.926 0.063 168.5) |
Copy-ready code
/* CSS */
color: #bef5df;
background-color: #bef5df;
/* Tailwind (arbitrary) */
class="text-[#bef5df] bg-[#bef5df]"
/* SCSS */
$brand: #bef5df;
/* SwiftUI */
Color(red: 0.745, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#bef5df")Accessibility — WCAG contrast
Aa
#bef5df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bef5df on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green96.1%
Blue87.5%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#bef5df text on a black background
contrast 17.32:1
Card sample
#bef5df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bef5df;
Background color
Panel with #bef5df background
background-color: #bef5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bef5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bef5df; background: linear-gradient(135deg, #bef5df, #BEE6F5);