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