#bcdfe3
a light, soft cyan · cool · closest name: silver
RGB
188, 223, 227
HSL
186°, 41%, 81%
CMYK
17, 2, 0, 11
Luminance
0.6901
Every format
| HEX | #bcdfe3 |
| RGB | rgb(188, 223, 227) |
| HSL | hsl(186, 41%, 81%) |
| CMYK | cmyk(17%, 2%, 0%, 11%) |
| LAB | lab(86.5 -10.6 -5.8) |
| LCH | lch(86.5 12.1 208.7) |
| OKLCH | oklch(0.880 0.037 205.0) |
Copy-ready code
/* CSS */
color: #bcdfe3;
background-color: #bcdfe3;
/* Tailwind (arbitrary) */
class="text-[#bcdfe3] bg-[#bcdfe3]"
/* SCSS */
$brand: #bcdfe3;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.890)
/* Android */
Color.parseColor("#bcdfe3")Accessibility — WCAG contrast
Aa
#bcdfe3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfe3 on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue89.0%
CMYK percentages
Cyan17.2%
Magenta1.8%
Yellow0.0%
Key (black)11.0%
Color previews
#bcdfe3 text on a black background
contrast 14.80:1
Card sample
#bcdfe3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfe3;
Background color
Panel with #bcdfe3 background
background-color: #bcdfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfe3; background: linear-gradient(135deg, #bcdfe3, #BCC5E3);