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