#becdf1
a light, vivid blue · cool · closest name: lavender
RGB
190, 205, 241
HSL
222°, 65%, 85%
CMYK
21, 15, 0, 6
Luminance
0.6096
Every format
| HEX | #becdf1 |
| RGB | rgb(190, 205, 241) |
| HSL | hsl(222, 65%, 85%) |
| CMYK | cmyk(21%, 15%, 0%, 6%) |
| LAB | lab(82.4 2.4 -19.4) |
| LCH | lch(82.4 19.6 277.1) |
| OKLCH | oklch(0.849 0.053 267.4) |
Copy-ready code
/* CSS */
color: #becdf1;
background-color: #becdf1;
/* Tailwind (arbitrary) */
class="text-[#becdf1] bg-[#becdf1]"
/* SCSS */
$brand: #becdf1;
/* SwiftUI */
Color(red: 0.745, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#becdf1")Accessibility — WCAG contrast
Aa
#becdf1 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becdf1 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.4%
Blue94.5%
CMYK percentages
Cyan21.2%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#becdf1 text on a black background
contrast 13.19:1
Card sample
#becdf1 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becdf1;
Background color
Panel with #becdf1 background
background-color: #becdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becdf1; background: linear-gradient(135deg, #becdf1, #D1BEF1);