#bef6ec
a pale, electric cyan · cool · closest name: ivory
RGB
190, 246, 236
HSL
169°, 76%, 86%
CMYK
23, 0, 4, 4
Luminance
0.8291
Every format
| HEX | #bef6ec |
| RGB | rgb(190, 246, 236) |
| HSL | hsl(169, 76%, 86%) |
| CMYK | cmyk(23%, 0%, 4%, 4%) |
| LAB | lab(93.0 -19.6 -1.0) |
| LCH | lch(93.0 19.7 182.9) |
| OKLCH | oklch(0.932 0.058 182.9) |
Copy-ready code
/* CSS */
color: #bef6ec;
background-color: #bef6ec;
/* Tailwind (arbitrary) */
class="text-[#bef6ec] bg-[#bef6ec]"
/* SCSS */
$brand: #bef6ec;
/* SwiftUI */
Color(red: 0.745, green: 0.965, blue: 0.925)
/* Android */
Color.parseColor("#bef6ec")Accessibility — WCAG contrast
Aa
#bef6ec on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bef6ec on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green96.5%
Blue92.5%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow4.1%
Key (black)3.5%
Color previews
#bef6ec text on a black background
contrast 17.58:1
Card sample
#bef6ec text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bef6ec;
Background color
Panel with #bef6ec background
background-color: #bef6ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bef6ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 246, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 246, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bef6ec; background: linear-gradient(135deg, #bef6ec, #BEDBF6);