#becfd6
a light, soft cyan · cool · closest name: silver
RGB
190, 207, 214
HSL
198°, 23%, 79%
CMYK
11, 3, 0, 16
Luminance
0.6043
Every format
| HEX | #becfd6 |
| RGB | rgb(190, 207, 214) |
| HSL | hsl(198, 23%, 79%) |
| CMYK | cmyk(11%, 3%, 0%, 16%) |
| LAB | lab(82.1 -4.3 -5.4) |
| LCH | lch(82.1 7.0 231.4) |
| OKLCH | oklch(0.844 0.021 224.3) |
Copy-ready code
/* CSS */
color: #becfd6;
background-color: #becfd6;
/* Tailwind (arbitrary) */
class="text-[#becfd6] bg-[#becfd6]"
/* SCSS */
$brand: #becfd6;
/* SwiftUI */
Color(red: 0.745, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#becfd6")Accessibility — WCAG contrast
Aa
#becfd6 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becfd6 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green81.2%
Blue83.9%
CMYK percentages
Cyan11.2%
Magenta3.3%
Yellow0.0%
Key (black)16.1%
Color previews
#becfd6 text on a black background
contrast 13.09:1
Card sample
#becfd6 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becfd6;
Background color
Panel with #becfd6 background
background-color: #becfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becfd6; background: linear-gradient(135deg, #becfd6, #BEBFD6);