#bedcd2
a light, soft cyan · cool · closest name: silver
RGB
190, 220, 210
HSL
160°, 30%, 80%
CMYK
14, 0, 5, 14
Luminance
0.6679
Every format
| HEX | #bedcd2 |
| RGB | rgb(190, 220, 210) |
| HSL | hsl(160, 30%, 80%) |
| CMYK | cmyk(14%, 0%, 5%, 14%) |
| LAB | lab(85.4 -11.8 1.6) |
| LCH | lch(85.4 11.9 172.4) |
| OKLCH | oklch(0.870 0.035 173.4) |
Copy-ready code
/* CSS */
color: #bedcd2;
background-color: #bedcd2;
/* Tailwind (arbitrary) */
class="text-[#bedcd2] bg-[#bedcd2]"
/* SCSS */
$brand: #bedcd2;
/* SwiftUI */
Color(red: 0.745, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#bedcd2")Accessibility — WCAG contrast
Aa
#bedcd2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedcd2 on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green86.3%
Blue82.4%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#bedcd2 text on a black background
contrast 14.36:1
Card sample
#bedcd2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedcd2;
Background color
Panel with #bedcd2 background
background-color: #bedcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedcd2; background: linear-gradient(135deg, #bedcd2, #BED2DC);