#bacacf
a light, soft cyan · cool · closest name: silver
RGB
186, 202, 207
HSL
194°, 18%, 77%
CMYK
10, 2, 0, 19
Luminance
0.5719
Every format
| HEX | #bacacf |
| RGB | rgb(186, 202, 207) |
| HSL | hsl(194, 18%, 77%) |
| CMYK | cmyk(10%, 2%, 0%, 19%) |
| LAB | lab(80.3 -4.4 -4.3) |
| LCH | lch(80.3 6.2 224.5) |
| OKLCH | oklch(0.828 0.019 218.4) |
Copy-ready code
/* CSS */
color: #bacacf;
background-color: #bacacf;
/* Tailwind (arbitrary) */
class="text-[#bacacf] bg-[#bacacf]"
/* SCSS */
$brand: #bacacf;
/* SwiftUI */
Color(red: 0.729, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#bacacf")Accessibility — WCAG contrast
Aa
#bacacf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacacf on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.2%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bacacf text on a black background
contrast 12.44:1
Card sample
#bacacf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacacf;
Background color
Panel with #bacacf background
background-color: #bacacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacacf; background: linear-gradient(135deg, #bacacf, #BABCCF);