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