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