#bacfd9
a light, soft cyan · cool · closest name: silver
RGB
186, 207, 217
HSL
199°, 29%, 79%
CMYK
14, 5, 0, 15
Luminance
0.6007
Every format
| HEX | #bacfd9 |
| RGB | rgb(186, 207, 217) |
| HSL | hsl(199, 29%, 79%) |
| CMYK | cmyk(14%, 5%, 0%, 15%) |
| LAB | lab(81.9 -5.0 -7.3) |
| LCH | lch(81.9 8.9 235.6) |
| OKLCH | oklch(0.842 0.027 228.0) |
Copy-ready code
/* CSS */
color: #bacfd9;
background-color: #bacfd9;
/* Tailwind (arbitrary) */
class="text-[#bacfd9] bg-[#bacfd9]"
/* SCSS */
$brand: #bacfd9;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.851)
/* Android */
Color.parseColor("#bacfd9")Accessibility — WCAG contrast
Aa
#bacfd9 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacfd9 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue85.1%
CMYK percentages
Cyan14.3%
Magenta4.6%
Yellow0.0%
Key (black)14.9%
Color previews
#bacfd9 text on a black background
contrast 13.01:1
Card sample
#bacfd9 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacfd9;
Background color
Panel with #bacfd9 background
background-color: #bacfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacfd9; background: linear-gradient(135deg, #bacfd9, #BABAD9);