#bacccc
a light, soft cyan · cool · closest name: silver
RGB
186, 204, 204
HSL
180°, 15%, 77%
CMYK
9, 0, 0, 20
Luminance
0.5798
Every format
| HEX | #bacccc |
| RGB | rgb(186, 204, 204) |
| HSL | hsl(180, 15%, 77%) |
| CMYK | cmyk(9%, 0%, 0%, 20%) |
| LAB | lab(80.7 -6.1 -2.1) |
| LCH | lch(80.7 6.4 198.9) |
| OKLCH | oklch(0.832 0.020 196.8) |
Copy-ready code
/* CSS */
color: #bacccc;
background-color: #bacccc;
/* Tailwind (arbitrary) */
class="text-[#bacccc] bg-[#bacccc]"
/* SCSS */
$brand: #bacccc;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#bacccc")Accessibility — WCAG contrast
Aa
#bacccc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacccc on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue80.0%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#bacccc text on a black background
contrast 12.60:1
Card sample
#bacccc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacccc;
Background color
Panel with #bacccc background
background-color: #bacccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacccc; background: linear-gradient(135deg, #bacccc, #BAC0CC);