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