#bed2db
a light, soft cyan · cool · closest name: silver
RGB
190, 210, 219
HSL
199°, 29%, 80%
CMYK
13, 4, 0, 14
Luminance
0.6215
Every format
| HEX | #bed2db |
| RGB | rgb(190, 210, 219) |
| HSL | hsl(199, 29%, 80%) |
| CMYK | cmyk(13%, 4%, 0%, 14%) |
| LAB | lab(83.0 -4.9 -6.7) |
| LCH | lch(83.0 8.3 233.9) |
| OKLCH | oklch(0.852 0.025 226.5) |
Copy-ready code
/* CSS */
color: #bed2db;
background-color: #bed2db;
/* Tailwind (arbitrary) */
class="text-[#bed2db] bg-[#bed2db]"
/* SCSS */
$brand: #bed2db;
/* SwiftUI */
Color(red: 0.745, green: 0.824, blue: 0.859)
/* Android */
Color.parseColor("#bed2db")Accessibility — WCAG contrast
Aa
#bed2db on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bed2db on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green82.4%
Blue85.9%
CMYK percentages
Cyan13.2%
Magenta4.1%
Yellow0.0%
Key (black)14.1%
Color previews
#bed2db text on a black background
contrast 13.43:1
Card sample
#bed2db text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bed2db;
Background color
Panel with #bed2db background
background-color: #bed2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bed2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 210, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 210, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bed2db; background: linear-gradient(135deg, #bed2db, #BEBFDB);