#becdf4
a pale, vivid blue · cool · closest name: lavender
RGB
190, 205, 244
HSL
223°, 71%, 85%
CMYK
22, 16, 0, 4
Luminance
0.6114
Every format
| HEX | #becdf4 |
| RGB | rgb(190, 205, 244) |
| HSL | hsl(223, 71%, 85%) |
| CMYK | cmyk(22%, 16%, 0%, 4%) |
| LAB | lab(82.5 3.1 -20.9) |
| LCH | lch(82.5 21.1 278.4) |
| OKLCH | oklch(0.850 0.057 268.6) |
Copy-ready code
/* CSS */
color: #becdf4;
background-color: #becdf4;
/* Tailwind (arbitrary) */
class="text-[#becdf4] bg-[#becdf4]"
/* SCSS */
$brand: #becdf4;
/* SwiftUI */
Color(red: 0.745, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#becdf4")Accessibility — WCAG contrast
Aa
#becdf4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becdf4 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.4%
Blue95.7%
CMYK percentages
Cyan22.1%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#becdf4 text on a black background
contrast 13.23:1
Card sample
#becdf4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becdf4;
Background color
Panel with #becdf4 background
background-color: #becdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becdf4; background: linear-gradient(135deg, #becdf4, #D3BEF4);