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