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