#bacfcc
a light, soft cyan · cool · closest name: silver
RGB
186, 207, 204
HSL
171°, 18%, 77%
CMYK
10, 0, 1, 19
Luminance
0.5942
Every format
| HEX | #bacfcc |
| RGB | rgb(186, 207, 204) |
| HSL | hsl(171, 18%, 77%) |
| CMYK | cmyk(10%, 0%, 1%, 19%) |
| LAB | lab(81.5 -7.6 -0.9) |
| LCH | lch(81.5 7.7 186.9) |
| OKLCH | oklch(0.838 0.023 186.4) |
Copy-ready code
/* CSS */
color: #bacfcc;
background-color: #bacfcc;
/* Tailwind (arbitrary) */
class="text-[#bacfcc] bg-[#bacfcc]"
/* SCSS */
$brand: #bacfcc;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#bacfcc")Accessibility — WCAG contrast
Aa
#bacfcc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacfcc on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue80.0%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#bacfcc text on a black background
contrast 12.88:1
Card sample
#bacfcc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacfcc;
Background color
Panel with #bacfcc background
background-color: #bacfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacfcc; background: linear-gradient(135deg, #bacfcc, #BAC4CF);