#befceb
a pale, electric cyan · cool · closest name: beige
RGB
190, 252, 235
HSL
164°, 91%, 87%
CMYK
25, 0, 7, 1
Luminance
0.8657
Every format
| HEX | #befceb |
| RGB | rgb(190, 252, 235) |
| HSL | hsl(164, 91%, 87%) |
| CMYK | cmyk(25%, 0%, 7%, 1%) |
| LAB | lab(94.5 -22.8 1.8) |
| LCH | lch(94.5 22.8 175.4) |
| OKLCH | oklch(0.945 0.066 176.1) |
Copy-ready code
/* CSS */
color: #befceb;
background-color: #befceb;
/* Tailwind (arbitrary) */
class="text-[#befceb] bg-[#befceb]"
/* SCSS */
$brand: #befceb;
/* SwiftUI */
Color(red: 0.745, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#befceb")Accessibility — WCAG contrast
Aa
#befceb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befceb on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#befceb text on a black background
contrast 18.31:1
Card sample
#befceb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befceb;
Background color
Panel with #befceb background
background-color: #befceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befceb; background: linear-gradient(135deg, #befceb, #BEE4FC);