#befeee
a pale, electric cyan · cool · closest name: beige
RGB
190, 254, 238
HSL
165°, 97%, 87%
CMYK
25, 0, 6, 0
Luminance
0.8800
Every format
| HEX | #befeee |
| RGB | rgb(190, 254, 238) |
| HSL | hsl(165, 97%, 87%) |
| CMYK | cmyk(25%, 0%, 6%, 0%) |
| LAB | lab(95.2 -23.1 1.2) |
| LCH | lch(95.2 23.2 177.1) |
| OKLCH | oklch(0.950 0.068 177.6) |
Copy-ready code
/* CSS */
color: #befeee;
background-color: #befeee;
/* Tailwind (arbitrary) */
class="text-[#befeee] bg-[#befeee]"
/* SCSS */
$brand: #befeee;
/* SwiftUI */
Color(red: 0.745, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#befeee")Accessibility — WCAG contrast
Aa
#befeee on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befeee on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green99.6%
Blue93.3%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#befeee text on a black background
contrast 18.60:1
Card sample
#befeee text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befeee;
Background color
Panel with #befeee background
background-color: #befeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befeee; background: linear-gradient(135deg, #befeee, #BEE3FE);