#becfee
a light, vivid blue · cool · closest name: lavender
RGB
190, 207, 238
HSL
219°, 59%, 84%
CMYK
20, 13, 0, 7
Luminance
0.6175
Every format
| HEX | #becfee |
| RGB | rgb(190, 207, 238) |
| HSL | hsl(219, 59%, 84%) |
| CMYK | cmyk(20%, 13%, 0%, 7%) |
| LAB | lab(82.8 0.7 -17.2) |
| LCH | lch(82.8 17.2 272.3) |
| OKLCH | oklch(0.852 0.047 262.5) |
Copy-ready code
/* CSS */
color: #becfee;
background-color: #becfee;
/* Tailwind (arbitrary) */
class="text-[#becfee] bg-[#becfee]"
/* SCSS */
$brand: #becfee;
/* SwiftUI */
Color(red: 0.745, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#becfee")Accessibility — WCAG contrast
Aa
#becfee on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becfee on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green81.2%
Blue93.3%
CMYK percentages
Cyan20.2%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#becfee text on a black background
contrast 13.35:1
Card sample
#becfee text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becfee;
Background color
Panel with #becfee background
background-color: #becfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becfee; background: linear-gradient(135deg, #becfee, #CDBEEE);