#bacfd3
a light, soft cyan · cool · closest name: silver
RGB
186, 207, 211
HSL
190°, 22%, 78%
CMYK
12, 2, 0, 17
Luminance
0.5977
Every format
| HEX | #bacfd3 |
| RGB | rgb(186, 207, 211) |
| HSL | hsl(190, 22%, 78%) |
| CMYK | cmyk(12%, 2%, 0%, 17%) |
| LAB | lab(81.7 -6.2 -4.4) |
| LCH | lch(81.7 7.6 215.1) |
| OKLCH | oklch(0.840 0.023 210.4) |
Copy-ready code
/* CSS */
color: #bacfd3;
background-color: #bacfd3;
/* Tailwind (arbitrary) */
class="text-[#bacfd3] bg-[#bacfd3]"
/* SCSS */
$brand: #bacfd3;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#bacfd3")Accessibility — WCAG contrast
Aa
#bacfd3 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacfd3 on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue82.7%
CMYK percentages
Cyan11.8%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#bacfd3 text on a black background
contrast 12.95:1
Card sample
#bacfd3 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacfd3;
Background color
Panel with #bacfd3 background
background-color: #bacfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacfd3; background: linear-gradient(135deg, #bacfd3, #BABED3);