#befff7
a pale, electric cyan · cool · closest name: ivory
RGB
190, 255, 247
HSL
173°, 100%, 87%
CMYK
26, 0, 3, 0
Luminance
0.8918
Every format
| HEX | #befff7 |
| RGB | rgb(190, 255, 247) |
| HSL | hsl(173, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 3%, 0%) |
| LAB | lab(95.7 -21.8 -2.7) |
| LCH | lch(95.7 21.9 187.2) |
| OKLCH | oklch(0.954 0.066 186.7) |
Copy-ready code
/* CSS */
color: #befff7;
background-color: #befff7;
/* Tailwind (arbitrary) */
class="text-[#befff7] bg-[#befff7]"
/* SCSS */
$brand: #befff7;
/* SwiftUI */
Color(red: 0.745, green: 1.000, blue: 0.969)
/* Android */
Color.parseColor("#befff7")Accessibility — WCAG contrast
Aa
#befff7 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befff7 on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green100.0%
Blue96.9%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow3.1%
Key (black)0.0%
Color previews
#befff7 text on a black background
contrast 18.84:1
Card sample
#befff7 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befff7;
Background color
Panel with #befff7 background
background-color: #befff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 255, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 255, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befff7; background: linear-gradient(135deg, #befff7, #BEDCFF);