#beccd2
a light, soft cyan · cool · closest name: silver
RGB
190, 204, 210
HSL
198°, 18%, 78%
CMYK
10, 3, 0, 18
Luminance
0.5879
Every format
| HEX | #beccd2 |
| RGB | rgb(190, 204, 210) |
| HSL | hsl(198, 18%, 78%) |
| CMYK | cmyk(10%, 3%, 0%, 18%) |
| LAB | lab(81.2 -3.6 -4.6) |
| LCH | lch(81.2 5.8 232.2) |
| OKLCH | oklch(0.836 0.018 225.2) |
Copy-ready code
/* CSS */
color: #beccd2;
background-color: #beccd2;
/* Tailwind (arbitrary) */
class="text-[#beccd2] bg-[#beccd2]"
/* SCSS */
$brand: #beccd2;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.824)
/* Android */
Color.parseColor("#beccd2")Accessibility — WCAG contrast
Aa
#beccd2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beccd2 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue82.4%
CMYK percentages
Cyan9.5%
Magenta2.9%
Yellow0.0%
Key (black)17.6%
Color previews
#beccd2 text on a black background
contrast 12.76:1
Card sample
#beccd2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beccd2;
Background color
Panel with #beccd2 background
background-color: #beccd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beccd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beccd2; background: linear-gradient(135deg, #beccd2, #BEBFD2);