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