#becfdf
a light, soft blue · cool · closest name: silver
RGB
190, 207, 223
HSL
209°, 34%, 81%
CMYK
15, 7, 0, 13
Luminance
0.6090
Every format
| HEX | #becfdf |
| RGB | rgb(190, 207, 223) |
| HSL | hsl(209, 34%, 81%) |
| CMYK | cmyk(15%, 7%, 0%, 13%) |
| LAB | lab(82.3 -2.5 -9.8) |
| LCH | lch(82.3 10.2 255.8) |
| OKLCH | oklch(0.847 0.029 246.5) |
Copy-ready code
/* CSS */
color: #becfdf;
background-color: #becfdf;
/* Tailwind (arbitrary) */
class="text-[#becfdf] bg-[#becfdf]"
/* SCSS */
$brand: #becfdf;
/* SwiftUI */
Color(red: 0.745, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#becfdf")Accessibility — WCAG contrast
Aa
#becfdf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becfdf on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green81.2%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#becfdf text on a black background
contrast 13.18:1
Card sample
#becfdf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becfdf;
Background color
Panel with #becfdf background
background-color: #becfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becfdf; background: linear-gradient(135deg, #becfdf, #C3BEDF);