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