#becdf9
a pale, electric blue · cool · closest name: lavender
RGB
190, 205, 249
HSL
225°, 83%, 86%
CMYK
24, 18, 0, 2
Luminance
0.6145
Every format
| HEX | #becdf9 |
| RGB | rgb(190, 205, 249) |
| HSL | hsl(225, 83%, 86%) |
| CMYK | cmyk(24%, 18%, 0%, 2%) |
| LAB | lab(82.6 4.2 -23.3) |
| LCH | lch(82.6 23.6 280.3) |
| OKLCH | oklch(0.852 0.064 270.3) |
Copy-ready code
/* CSS */
color: #becdf9;
background-color: #becdf9;
/* Tailwind (arbitrary) */
class="text-[#becdf9] bg-[#becdf9]"
/* SCSS */
$brand: #becdf9;
/* SwiftUI */
Color(red: 0.745, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#becdf9")Accessibility — WCAG contrast
Aa
#becdf9 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becdf9 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.4%
Blue97.6%
CMYK percentages
Cyan23.7%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#becdf9 text on a black background
contrast 13.29:1
Card sample
#becdf9 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becdf9;
Background color
Panel with #becdf9 background
background-color: #becdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becdf9; background: linear-gradient(135deg, #becdf9, #D6BEF9);