#bcd2db
a light, soft cyan · cool · closest name: silver
RGB
188, 210, 219
HSL
197°, 30%, 80%
CMYK
14, 4, 0, 14
Luminance
0.6190
Every format
| HEX | #bcd2db |
| RGB | rgb(188, 210, 219) |
| HSL | hsl(197, 30%, 80%) |
| CMYK | cmyk(14%, 4%, 0%, 14%) |
| LAB | lab(82.9 -5.5 -6.9) |
| LCH | lch(82.9 8.9 231.4) |
| OKLCH | oklch(0.850 0.027 224.3) |
Copy-ready code
/* CSS */
color: #bcd2db;
background-color: #bcd2db;
/* Tailwind (arbitrary) */
class="text-[#bcd2db] bg-[#bcd2db]"
/* SCSS */
$brand: #bcd2db;
/* SwiftUI */
Color(red: 0.737, green: 0.824, blue: 0.859)
/* Android */
Color.parseColor("#bcd2db")Accessibility — WCAG contrast
Aa
#bcd2db on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd2db on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green82.4%
Blue85.9%
CMYK percentages
Cyan14.2%
Magenta4.1%
Yellow0.0%
Key (black)14.1%
Color previews
#bcd2db text on a black background
contrast 13.38:1
Card sample
#bcd2db text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd2db;
Background color
Panel with #bcd2db background
background-color: #bcd2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 210, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 210, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd2db; background: linear-gradient(135deg, #bcd2db, #BCBDDB);