#becad9
a light, soft blue · cool · closest name: silver
RGB
190, 202, 217
HSL
213°, 26%, 80%
CMYK
12, 7, 0, 15
Luminance
0.5820
Every format
| HEX | #becad9 |
| RGB | rgb(190, 202, 217) |
| HSL | hsl(213, 26%, 80%) |
| CMYK | cmyk(12%, 7%, 0%, 15%) |
| LAB | lab(80.8 -1.1 -8.8) |
| LCH | lch(80.8 8.9 262.9) |
| OKLCH | oklch(0.834 0.025 254.0) |
Copy-ready code
/* CSS */
color: #becad9;
background-color: #becad9;
/* Tailwind (arbitrary) */
class="text-[#becad9] bg-[#becad9]"
/* SCSS */
$brand: #becad9;
/* SwiftUI */
Color(red: 0.745, green: 0.792, blue: 0.851)
/* Android */
Color.parseColor("#becad9")Accessibility — WCAG contrast
Aa
#becad9 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becad9 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green79.2%
Blue85.1%
CMYK percentages
Cyan12.4%
Magenta6.9%
Yellow0.0%
Key (black)14.9%
Color previews
#becad9 text on a black background
contrast 12.64:1
Card sample
#becad9 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becad9;
Background color
Panel with #becad9 background
background-color: #becad9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becad9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 202, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 202, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becad9; background: linear-gradient(135deg, #becad9, #C4BED9);