#bef8eb
a pale, electric cyan · cool · closest name: ivory
RGB
190, 248, 235
HSL
167°, 81%, 86%
CMYK
23, 0, 5, 3
Luminance
0.8408
Every format
| HEX | #bef8eb |
| RGB | rgb(190, 248, 235) |
| HSL | hsl(167, 81%, 86%) |
| CMYK | cmyk(23%, 0%, 5%, 3%) |
| LAB | lab(93.5 -20.8 0.3) |
| LCH | lch(93.5 20.8 179.2) |
| OKLCH | oklch(0.936 0.061 179.6) |
Copy-ready code
/* CSS */
color: #bef8eb;
background-color: #bef8eb;
/* Tailwind (arbitrary) */
class="text-[#bef8eb] bg-[#bef8eb]"
/* SCSS */
$brand: #bef8eb;
/* SwiftUI */
Color(red: 0.745, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#bef8eb")Accessibility — WCAG contrast
Aa
#bef8eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bef8eb on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green97.3%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#bef8eb text on a black background
contrast 17.82:1
Card sample
#bef8eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bef8eb;
Background color
Panel with #bef8eb background
background-color: #bef8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bef8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bef8eb; background: linear-gradient(135deg, #bef8eb, #BEDEF8);