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