#bcd2df
a light, soft blue · cool · closest name: silver
RGB
188, 210, 223
HSL
202°, 35%, 81%
CMYK
16, 6, 0, 13
Luminance
0.6211
Every format
| HEX | #bcd2df |
| RGB | rgb(188, 210, 223) |
| HSL | hsl(202, 35%, 81%) |
| CMYK | cmyk(16%, 6%, 0%, 13%) |
| LAB | lab(83.0 -4.7 -8.9) |
| LCH | lch(83.0 10.1 242.1) |
| OKLCH | oklch(0.851 0.030 233.7) |
Copy-ready code
/* CSS */
color: #bcd2df;
background-color: #bcd2df;
/* Tailwind (arbitrary) */
class="text-[#bcd2df] bg-[#bcd2df]"
/* SCSS */
$brand: #bcd2df;
/* SwiftUI */
Color(red: 0.737, green: 0.824, blue: 0.875)
/* Android */
Color.parseColor("#bcd2df")Accessibility — WCAG contrast
Aa
#bcd2df on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd2df on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green82.4%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta5.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bcd2df text on a black background
contrast 13.42:1
Card sample
#bcd2df text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd2df;
Background color
Panel with #bcd2df background
background-color: #bcd2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 210, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 210, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd2df; background: linear-gradient(135deg, #bcd2df, #BDBCDF);