#bacfd8
a light, soft cyan · cool · closest name: silver
RGB
186, 207, 216
HSL
198°, 28%, 79%
CMYK
14, 4, 0, 15
Luminance
0.6002
Every format
| HEX | #bacfd8 |
| RGB | rgb(186, 207, 216) |
| HSL | hsl(198, 28%, 79%) |
| CMYK | cmyk(14%, 4%, 0%, 15%) |
| LAB | lab(81.8 -5.2 -6.8) |
| LCH | lch(81.8 8.6 232.6) |
| OKLCH | oklch(0.842 0.026 225.4) |
Copy-ready code
/* CSS */
color: #bacfd8;
background-color: #bacfd8;
/* Tailwind (arbitrary) */
class="text-[#bacfd8] bg-[#bacfd8]"
/* SCSS */
$brand: #bacfd8;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#bacfd8")Accessibility — WCAG contrast
Aa
#bacfd8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacfd8 on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue84.7%
CMYK percentages
Cyan13.9%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#bacfd8 text on a black background
contrast 13.00:1
Card sample
#bacfd8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacfd8;
Background color
Panel with #bacfd8 background
background-color: #bacfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacfd8; background: linear-gradient(135deg, #bacfd8, #BABBD8);