#bacecc
a light, soft cyan · cool · closest name: silver
RGB
186, 206, 204
HSL
174°, 17%, 77%
CMYK
10, 0, 1, 19
Luminance
0.5894
Every format
| HEX | #bacecc |
| RGB | rgb(186, 206, 204) |
| HSL | hsl(174, 17%, 77%) |
| CMYK | cmyk(10%, 0%, 1%, 19%) |
| LAB | lab(81.3 -7.1 -1.3) |
| LCH | lch(81.3 7.2 190.4) |
| OKLCH | oklch(0.836 0.022 189.5) |
Copy-ready code
/* CSS */
color: #bacecc;
background-color: #bacecc;
/* Tailwind (arbitrary) */
class="text-[#bacecc] bg-[#bacecc]"
/* SCSS */
$brand: #bacecc;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#bacecc")Accessibility — WCAG contrast
Aa
#bacecc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacecc on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue80.0%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow1.0%
Key (black)19.2%
Color previews
#bacecc text on a black background
contrast 12.79:1
Card sample
#bacecc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacecc;
Background color
Panel with #bacecc background
background-color: #bacecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacecc; background: linear-gradient(135deg, #bacecc, #BAC3CE);