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