#abadcd
a light, soft blue · warm · closest name: silver
RGB
171, 173, 205
HSL
237°, 25%, 74%
CMYK
17, 16, 0, 20
Luminance
0.4295
Every format
| HEX | #abadcd |
| RGB | rgb(171, 173, 205) |
| HSL | hsl(237, 25%, 74%) |
| CMYK | cmyk(17%, 16%, 0%, 20%) |
| LAB | lab(71.5 5.8 -16.4) |
| LCH | lch(71.5 17.4 289.6) |
| OKLCH | oklch(0.757 0.046 282.4) |
Copy-ready code
/* CSS */
color: #abadcd;
background-color: #abadcd;
/* Tailwind (arbitrary) */
class="text-[#abadcd] bg-[#abadcd]"
/* SCSS */
$brand: #abadcd;
/* SwiftUI */
Color(red: 0.671, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#abadcd")Accessibility — WCAG contrast
Aa
#abadcd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abadcd on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.8%
Blue80.4%
CMYK percentages
Cyan16.6%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#abadcd text on a black background
contrast 9.59:1
Card sample
#abadcd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abadcd;
Background color
Panel with #abadcd background
background-color: #abadcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abadcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abadcd; background: linear-gradient(135deg, #abadcd, #C0ABCD);