#becfcc
a light, soft cyan · cool · closest name: silver
RGB
190, 207, 204
HSL
169°, 15%, 78%
CMYK
8, 0, 1, 19
Luminance
0.5993
Every format
| HEX | #becfcc |
| RGB | rgb(190, 207, 204) |
| HSL | hsl(169, 15%, 78%) |
| CMYK | cmyk(8%, 0%, 1%, 19%) |
| LAB | lab(81.8 -6.3 -0.5) |
| LCH | lch(81.8 6.3 184.4) |
| OKLCH | oklch(0.841 0.019 184.2) |
Copy-ready code
/* CSS */
color: #becfcc;
background-color: #becfcc;
/* Tailwind (arbitrary) */
class="text-[#becfcc] bg-[#becfcc]"
/* SCSS */
$brand: #becfcc;
/* SwiftUI */
Color(red: 0.745, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#becfcc")Accessibility — WCAG contrast
Aa
#becfcc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becfcc on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green81.2%
Blue80.0%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#becfcc text on a black background
contrast 12.99:1
Card sample
#becfcc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becfcc;
Background color
Panel with #becfcc background
background-color: #becfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becfcc; background: linear-gradient(135deg, #becfcc, #BEC7CF);