#bacfd7
a light, soft cyan · cool · closest name: silver
RGB
186, 207, 215
HSL
197°, 27%, 79%
CMYK
14, 4, 0, 16
Luminance
0.5997
Every format
| HEX | #bacfd7 |
| RGB | rgb(186, 207, 215) |
| HSL | hsl(197, 27%, 79%) |
| CMYK | cmyk(14%, 4%, 0%, 16%) |
| LAB | lab(81.8 -5.4 -6.4) |
| LCH | lch(81.8 8.4 229.5) |
| OKLCH | oklch(0.841 0.025 222.6) |
Copy-ready code
/* CSS */
color: #bacfd7;
background-color: #bacfd7;
/* Tailwind (arbitrary) */
class="text-[#bacfd7] bg-[#bacfd7]"
/* SCSS */
$brand: #bacfd7;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#bacfd7")Accessibility — WCAG contrast
Aa
#bacfd7 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacfd7 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue84.3%
CMYK percentages
Cyan13.5%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#bacfd7 text on a black background
contrast 12.99:1
Card sample
#bacfd7 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacfd7;
Background color
Panel with #bacfd7 background
background-color: #bacfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacfd7; background: linear-gradient(135deg, #bacfd7, #BABCD7);