#bccccf
a light, soft cyan · cool · closest name: silver
RGB
188, 204, 207
HSL
190°, 17%, 78%
CMYK
9, 1, 0, 19
Luminance
0.5838
Every format
| HEX | #bccccf |
| RGB | rgb(188, 204, 207) |
| HSL | hsl(190, 17%, 78%) |
| CMYK | cmyk(9%, 1%, 0%, 19%) |
| LAB | lab(81.0 -4.8 -3.4) |
| LCH | lch(81.0 5.9 214.8) |
| OKLCH | oklch(0.834 0.018 210.2) |
Copy-ready code
/* CSS */
color: #bccccf;
background-color: #bccccf;
/* Tailwind (arbitrary) */
class="text-[#bccccf] bg-[#bccccf]"
/* SCSS */
$brand: #bccccf;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#bccccf")Accessibility — WCAG contrast
Aa
#bccccf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccccf on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bccccf text on a black background
contrast 12.68:1
Card sample
#bccccf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccccf;
Background color
Panel with #bccccf background
background-color: #bccccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccccf; background: linear-gradient(135deg, #bccccf, #BCBFCF);