#becdfb
a pale, electric blue · warm · closest name: lavender
RGB
190, 205, 251
HSL
225°, 88%, 87%
CMYK
24, 18, 0, 2
Luminance
0.6157
Every format
| HEX | #becdfb |
| RGB | rgb(190, 205, 251) |
| HSL | hsl(225, 88%, 87%) |
| CMYK | cmyk(24%, 18%, 0%, 2%) |
| LAB | lab(82.7 4.7 -24.2) |
| LCH | lch(82.7 24.7 280.9) |
| OKLCH | oklch(0.852 0.066 270.8) |
Copy-ready code
/* CSS */
color: #becdfb;
background-color: #becdfb;
/* Tailwind (arbitrary) */
class="text-[#becdfb] bg-[#becdfb]"
/* SCSS */
$brand: #becdfb;
/* SwiftUI */
Color(red: 0.745, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#becdfb")Accessibility — WCAG contrast
Aa
#becdfb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becdfb on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.4%
Blue98.4%
CMYK percentages
Cyan24.3%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#becdfb text on a black background
contrast 13.31:1
Card sample
#becdfb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becdfb;
Background color
Panel with #becdfb background
background-color: #becdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becdfb; background: linear-gradient(135deg, #becdfb, #D8BEFB);