#befdec
a pale, electric cyan · cool · closest name: beige
RGB
190, 253, 236
HSL
164°, 94%, 87%
CMYK
25, 0, 7, 1
Luminance
0.8725
Every format
| HEX | #befdec |
| RGB | rgb(190, 253, 236) |
| HSL | hsl(164, 94%, 87%) |
| CMYK | cmyk(25%, 0%, 7%, 1%) |
| LAB | lab(94.8 -23.1 1.8) |
| LCH | lch(94.8 23.1 175.7) |
| OKLCH | oklch(0.947 0.067 176.3) |
Copy-ready code
/* CSS */
color: #befdec;
background-color: #befdec;
/* Tailwind (arbitrary) */
class="text-[#befdec] bg-[#befdec]"
/* SCSS */
$brand: #befdec;
/* SwiftUI */
Color(red: 0.745, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#befdec")Accessibility — WCAG contrast
Aa
#befdec on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befdec on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green99.2%
Blue92.5%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#befdec text on a black background
contrast 18.45:1
Card sample
#befdec text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befdec;
Background color
Panel with #befdec background
background-color: #befdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befdec; background: linear-gradient(135deg, #befdec, #BEE4FD);