#bacfdb
a light, soft blue · cool · closest name: silver
RGB
186, 207, 219
HSL
202°, 31%, 79%
CMYK
15, 6, 0, 14
Luminance
0.6018
Every format
| HEX | #bacfdb |
| RGB | rgb(186, 207, 219) |
| HSL | hsl(202, 31%, 79%) |
| CMYK | cmyk(15%, 6%, 0%, 14%) |
| LAB | lab(81.9 -4.6 -8.3) |
| LCH | lch(81.9 9.5 241.0) |
| OKLCH | oklch(0.843 0.028 232.7) |
Copy-ready code
/* CSS */
color: #bacfdb;
background-color: #bacfdb;
/* Tailwind (arbitrary) */
class="text-[#bacfdb] bg-[#bacfdb]"
/* SCSS */
$brand: #bacfdb;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#bacfdb")Accessibility — WCAG contrast
Aa
#bacfdb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacfdb on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#bacfdb text on a black background
contrast 13.04:1
Card sample
#bacfdb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacfdb;
Background color
Panel with #bacfdb background
background-color: #bacfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacfdb; background: linear-gradient(135deg, #bacfdb, #BBBADB);