#bcdee2
a light, soft cyan · cool · closest name: silver
RGB
188, 222, 226
HSL
186°, 40%, 81%
CMYK
17, 2, 0, 11
Luminance
0.6842
Every format
| HEX | #bcdee2 |
| RGB | rgb(188, 222, 226) |
| HSL | hsl(186, 40%, 81%) |
| CMYK | cmyk(17%, 2%, 0%, 11%) |
| LAB | lab(86.2 -10.3 -5.7) |
| LCH | lch(86.2 11.8 208.9) |
| OKLCH | oklch(0.877 0.036 205.2) |
Copy-ready code
/* CSS */
color: #bcdee2;
background-color: #bcdee2;
/* Tailwind (arbitrary) */
class="text-[#bcdee2] bg-[#bcdee2]"
/* SCSS */
$brand: #bcdee2;
/* SwiftUI */
Color(red: 0.737, green: 0.871, blue: 0.886)
/* Android */
Color.parseColor("#bcdee2")Accessibility — WCAG contrast
Aa
#bcdee2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdee2 on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.1%
Blue88.6%
CMYK percentages
Cyan16.8%
Magenta1.8%
Yellow0.0%
Key (black)11.4%
Color previews
#bcdee2 text on a black background
contrast 14.68:1
Card sample
#bcdee2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdee2;
Background color
Panel with #bcdee2 background
background-color: #bcdee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 222, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 222, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdee2; background: linear-gradient(135deg, #bcdee2, #BCC5E2);