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