#bccfd6
a light, soft cyan · cool · closest name: silver
RGB
188, 207, 214
HSL
196°, 24%, 79%
CMYK
12, 3, 0, 16
Luminance
0.6017
Every format
| HEX | #bccfd6 |
| RGB | rgb(188, 207, 214) |
| HSL | hsl(196, 24%, 79%) |
| CMYK | cmyk(12%, 3%, 0%, 16%) |
| LAB | lab(81.9 -5.0 -5.7) |
| LCH | lch(81.9 7.5 228.5) |
| OKLCH | oklch(0.842 0.023 221.9) |
Copy-ready code
/* CSS */
color: #bccfd6;
background-color: #bccfd6;
/* Tailwind (arbitrary) */
class="text-[#bccfd6] bg-[#bccfd6]"
/* SCSS */
$brand: #bccfd6;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#bccfd6")Accessibility — WCAG contrast
Aa
#bccfd6 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccfd6 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue83.9%
CMYK percentages
Cyan12.1%
Magenta3.3%
Yellow0.0%
Key (black)16.1%
Color previews
#bccfd6 text on a black background
contrast 13.03:1
Card sample
#bccfd6 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccfd6;
Background color
Panel with #bccfd6 background
background-color: #bccfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccfd6; background: linear-gradient(135deg, #bccfd6, #BCBED6);