#becad4
a light, soft blue · cool · closest name: silver
RGB
190, 202, 212
HSL
207°, 20%, 79%
CMYK
10, 5, 0, 17
Luminance
0.5794
Every format
| HEX | #becad4 |
| RGB | rgb(190, 202, 212) |
| HSL | hsl(207, 20%, 79%) |
| CMYK | cmyk(10%, 5%, 0%, 17%) |
| LAB | lab(80.7 -2.1 -6.4) |
| LCH | lch(80.7 6.7 251.6) |
| OKLCH | oklch(0.833 0.019 243.0) |
Copy-ready code
/* CSS */
color: #becad4;
background-color: #becad4;
/* Tailwind (arbitrary) */
class="text-[#becad4] bg-[#becad4]"
/* SCSS */
$brand: #becad4;
/* SwiftUI */
Color(red: 0.745, green: 0.792, blue: 0.831)
/* Android */
Color.parseColor("#becad4")Accessibility — WCAG contrast
Aa
#becad4 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becad4 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green79.2%
Blue83.1%
CMYK percentages
Cyan10.4%
Magenta4.7%
Yellow0.0%
Key (black)16.9%
Color previews
#becad4 text on a black background
contrast 12.59:1
Card sample
#becad4 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becad4;
Background color
Panel with #becad4 background
background-color: #becad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 202, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 202, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becad4; background: linear-gradient(135deg, #becad4, #C1BED4);