#bcd2cb
a light, soft cyan · cool · closest name: silver
RGB
188, 210, 203
HSL
161°, 20%, 78%
CMYK
11, 0, 3, 18
Luminance
0.6110
Every format
| HEX | #bcd2cb |
| RGB | rgb(188, 210, 203) |
| HSL | hsl(161, 20%, 78%) |
| CMYK | cmyk(11%, 0%, 3%, 18%) |
| LAB | lab(82.4 -8.7 0.9) |
| LCH | lch(82.4 8.8 173.8) |
| OKLCH | oklch(0.845 0.026 174.6) |
Copy-ready code
/* CSS */
color: #bcd2cb;
background-color: #bcd2cb;
/* Tailwind (arbitrary) */
class="text-[#bcd2cb] bg-[#bcd2cb]"
/* SCSS */
$brand: #bcd2cb;
/* SwiftUI */
Color(red: 0.737, green: 0.824, blue: 0.796)
/* Android */
Color.parseColor("#bcd2cb")Accessibility — WCAG contrast
Aa
#bcd2cb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd2cb on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green82.4%
Blue79.6%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow3.3%
Key (black)17.6%
Color previews
#bcd2cb text on a black background
contrast 13.22:1
Card sample
#bcd2cb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd2cb;
Background color
Panel with #bcd2cb background
background-color: #bcd2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 210, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 210, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd2cb; background: linear-gradient(135deg, #bcd2cb, #BCCAD2);