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