#abadcf
a light, soft blue · warm · closest name: silver
RGB
171, 173, 207
HSL
237°, 27%, 74%
CMYK
17, 16, 0, 19
Luminance
0.4305
Every format
| HEX | #abadcf |
| RGB | rgb(171, 173, 207) |
| HSL | hsl(237, 27%, 74%) |
| CMYK | cmyk(17%, 16%, 0%, 19%) |
| LAB | lab(71.6 6.3 -17.4) |
| LCH | lch(71.6 18.5 289.8) |
| OKLCH | oklch(0.757 0.049 282.5) |
Copy-ready code
/* CSS */
color: #abadcf;
background-color: #abadcf;
/* Tailwind (arbitrary) */
class="text-[#abadcf] bg-[#abadcf]"
/* SCSS */
$brand: #abadcf;
/* SwiftUI */
Color(red: 0.671, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#abadcf")Accessibility — WCAG contrast
Aa
#abadcf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abadcf on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.8%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#abadcf text on a black background
contrast 9.61:1
Card sample
#abadcf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abadcf;
Background color
Panel with #abadcf background
background-color: #abadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abadcf; background: linear-gradient(135deg, #abadcf, #C1ABCF);