#bcd4db
a light, soft cyan · cool · closest name: silver
RGB
188, 212, 219
HSL
194°, 30%, 80%
CMYK
14, 3, 0, 14
Luminance
0.6289
Every format
| HEX | #bcd4db |
| RGB | rgb(188, 212, 219) |
| HSL | hsl(194, 30%, 80%) |
| CMYK | cmyk(14%, 3%, 0%, 14%) |
| LAB | lab(83.4 -6.6 -6.2) |
| LCH | lch(83.4 9.0 223.1) |
| OKLCH | oklch(0.854 0.028 217.2) |
Copy-ready code
/* CSS */
color: #bcd4db;
background-color: #bcd4db;
/* Tailwind (arbitrary) */
class="text-[#bcd4db] bg-[#bcd4db]"
/* SCSS */
$brand: #bcd4db;
/* SwiftUI */
Color(red: 0.737, green: 0.831, blue: 0.859)
/* Android */
Color.parseColor("#bcd4db")Accessibility — WCAG contrast
Aa
#bcd4db on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd4db on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green83.1%
Blue85.9%
CMYK percentages
Cyan14.2%
Magenta3.2%
Yellow0.0%
Key (black)14.1%
Color previews
#bcd4db text on a black background
contrast 13.58:1
Card sample
#bcd4db text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd4db;
Background color
Panel with #bcd4db background
background-color: #bcd4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 212, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 212, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd4db; background: linear-gradient(135deg, #bcd4db, #BCBFDB);