#abbdcd
a light, soft blue · cool · closest name: silver
RGB
171, 189, 205
HSL
208°, 25%, 74%
CMYK
17, 8, 0, 20
Luminance
0.4946
Every format
| HEX | #abbdcd |
| RGB | rgb(171, 189, 205) |
| HSL | hsl(208, 25%, 74%) |
| CMYK | cmyk(17%, 8%, 0%, 20%) |
| LAB | lab(75.7 -2.8 -10.1) |
| LCH | lch(75.7 10.5 254.4) |
| OKLCH | oklch(0.790 0.030 245.0) |
Copy-ready code
/* CSS */
color: #abbdcd;
background-color: #abbdcd;
/* Tailwind (arbitrary) */
class="text-[#abbdcd] bg-[#abbdcd]"
/* SCSS */
$brand: #abbdcd;
/* SwiftUI */
Color(red: 0.671, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#abbdcd")Accessibility — WCAG contrast
Aa
#abbdcd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbdcd on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.1%
Blue80.4%
CMYK percentages
Cyan16.6%
Magenta7.8%
Yellow0.0%
Key (black)19.6%
Color previews
#abbdcd text on a black background
contrast 10.89:1
Card sample
#abbdcd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbdcd;
Background color
Panel with #abbdcd background
background-color: #abbdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbdcd; background: linear-gradient(135deg, #abbdcd, #B0ABCD);