#bccfd8
a light, soft cyan · cool · closest name: silver
RGB
188, 207, 216
HSL
199°, 26%, 79%
CMYK
13, 4, 0, 15
Luminance
0.6027
Every format
| HEX | #bccfd8 |
| RGB | rgb(188, 207, 216) |
| HSL | hsl(199, 26%, 79%) |
| CMYK | cmyk(13%, 4%, 0%, 15%) |
| LAB | lab(82.0 -4.6 -6.6) |
| LCH | lch(82.0 8.1 235.4) |
| OKLCH | oklch(0.843 0.024 227.8) |
Copy-ready code
/* CSS */
color: #bccfd8;
background-color: #bccfd8;
/* Tailwind (arbitrary) */
class="text-[#bccfd8] bg-[#bccfd8]"
/* SCSS */
$brand: #bccfd8;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#bccfd8")Accessibility — WCAG contrast
Aa
#bccfd8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccfd8 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue84.7%
CMYK percentages
Cyan13.0%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#bccfd8 text on a black background
contrast 13.05:1
Card sample
#bccfd8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccfd8;
Background color
Panel with #bccfd8 background
background-color: #bccfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccfd8; background: linear-gradient(135deg, #bccfd8, #BCBCD8);