#bacfd0
a light, soft cyan · cool · closest name: silver
RGB
186, 207, 208
HSL
183°, 19%, 77%
CMYK
11, 1, 0, 18
Luminance
0.5962
Every format
| HEX | #bacfd0 |
| RGB | rgb(186, 207, 208) |
| HSL | hsl(183, 19%, 77%) |
| CMYK | cmyk(11%, 1%, 0%, 18%) |
| LAB | lab(81.6 -6.8 -2.9) |
| LCH | lch(81.6 7.4 203.0) |
| OKLCH | oklch(0.839 0.023 200.2) |
Copy-ready code
/* CSS */
color: #bacfd0;
background-color: #bacfd0;
/* Tailwind (arbitrary) */
class="text-[#bacfd0] bg-[#bacfd0]"
/* SCSS */
$brand: #bacfd0;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.816)
/* Android */
Color.parseColor("#bacfd0")Accessibility — WCAG contrast
Aa
#bacfd0 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacfd0 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue81.6%
CMYK percentages
Cyan10.6%
Magenta0.5%
Yellow0.0%
Key (black)18.4%
Color previews
#bacfd0 text on a black background
contrast 12.92:1
Card sample
#bacfd0 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacfd0;
Background color
Panel with #bacfd0 background
background-color: #bacfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacfd0; background: linear-gradient(135deg, #bacfd0, #BAC0D0);