#bef3df
a light, vivid green · cool · closest name: beige
RGB
190, 243, 223
HSL
157°, 69%, 85%
CMYK
22, 0, 8, 5
Luminance
0.8038
Every format
| HEX | #bef3df |
| RGB | rgb(190, 243, 223) |
| HSL | hsl(157, 69%, 85%) |
| CMYK | cmyk(22%, 0%, 8%, 5%) |
| LAB | lab(91.8 -20.8 4.1) |
| LCH | lch(91.8 21.2 168.7) |
| OKLCH | oklch(0.922 0.060 169.9) |
Copy-ready code
/* CSS */
color: #bef3df;
background-color: #bef3df;
/* Tailwind (arbitrary) */
class="text-[#bef3df] bg-[#bef3df]"
/* SCSS */
$brand: #bef3df;
/* SwiftUI */
Color(red: 0.745, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#bef3df")Accessibility — WCAG contrast
Aa
#bef3df on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bef3df on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green95.3%
Blue87.5%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#bef3df text on a black background
contrast 17.08:1
Card sample
#bef3df text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bef3df;
Background color
Panel with #bef3df background
background-color: #bef3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bef3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bef3df; background: linear-gradient(135deg, #bef3df, #BEE4F3);