#bccfdc
a light, soft blue · cool · closest name: silver
RGB
188, 207, 220
HSL
204°, 31%, 80%
CMYK
15, 6, 0, 14
Luminance
0.6048
Every format
| HEX | #bccfdc |
| RGB | rgb(188, 207, 220) |
| HSL | hsl(204, 31%, 80%) |
| CMYK | cmyk(15%, 6%, 0%, 14%) |
| LAB | lab(82.1 -3.8 -8.6) |
| LCH | lch(82.1 9.4 246.4) |
| OKLCH | oklch(0.844 0.028 237.6) |
Copy-ready code
/* CSS */
color: #bccfdc;
background-color: #bccfdc;
/* Tailwind (arbitrary) */
class="text-[#bccfdc] bg-[#bccfdc]"
/* SCSS */
$brand: #bccfdc;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#bccfdc")Accessibility — WCAG contrast
Aa
#bccfdc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccfdc on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue86.3%
CMYK percentages
Cyan14.5%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#bccfdc text on a black background
contrast 13.10:1
Card sample
#bccfdc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccfdc;
Background color
Panel with #bccfdc background
background-color: #bccfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccfdc; background: linear-gradient(135deg, #bccfdc, #BEBCDC);