#bacfd4
a light, soft cyan · cool · closest name: silver
RGB
186, 207, 212
HSL
192°, 23%, 78%
CMYK
12, 2, 0, 17
Luminance
0.5982
Every format
| HEX | #bacfd4 |
| RGB | rgb(186, 207, 212) |
| HSL | hsl(192, 23%, 78%) |
| CMYK | cmyk(12%, 2%, 0%, 17%) |
| LAB | lab(81.7 -6.0 -4.9) |
| LCH | lch(81.7 7.8 218.9) |
| OKLCH | oklch(0.840 0.024 213.6) |
Copy-ready code
/* CSS */
color: #bacfd4;
background-color: #bacfd4;
/* Tailwind (arbitrary) */
class="text-[#bacfd4] bg-[#bacfd4]"
/* SCSS */
$brand: #bacfd4;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.831)
/* Android */
Color.parseColor("#bacfd4")Accessibility — WCAG contrast
Aa
#bacfd4 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacfd4 on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue83.1%
CMYK percentages
Cyan12.3%
Magenta2.4%
Yellow0.0%
Key (black)16.9%
Color previews
#bacfd4 text on a black background
contrast 12.96:1
Card sample
#bacfd4 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacfd4;
Background color
Panel with #bacfd4 background
background-color: #bacfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacfd4; background: linear-gradient(135deg, #bacfd4, #BABED4);