#bef3eb
a light, vivid cyan · cool · closest name: ivory
RGB
190, 243, 235
HSL
171°, 69%, 85%
CMYK
22, 0, 3, 5
Luminance
0.8105
Every format
| HEX | #bef3eb |
| RGB | rgb(190, 243, 235) |
| HSL | hsl(171, 69%, 85%) |
| CMYK | cmyk(22%, 0%, 3%, 5%) |
| LAB | lab(92.2 -18.4 -1.7) |
| LCH | lch(92.2 18.4 185.2) |
| OKLCH | oklch(0.925 0.055 184.9) |
Copy-ready code
/* CSS */
color: #bef3eb;
background-color: #bef3eb;
/* Tailwind (arbitrary) */
class="text-[#bef3eb] bg-[#bef3eb]"
/* SCSS */
$brand: #bef3eb;
/* SwiftUI */
Color(red: 0.745, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#bef3eb")Accessibility — WCAG contrast
Aa
#bef3eb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bef3eb on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green95.3%
Blue92.2%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#bef3eb text on a black background
contrast 17.21:1
Card sample
#bef3eb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bef3eb;
Background color
Panel with #bef3eb background
background-color: #bef3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bef3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bef3eb; background: linear-gradient(135deg, #bef3eb, #BED8F3);