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