#abc3cf
a light, soft blue · cool · closest name: silver
RGB
171, 195, 207
HSL
200°, 27%, 74%
CMYK
17, 6, 0, 19
Luminance
0.5219
Every format
| HEX | #abc3cf |
| RGB | rgb(171, 195, 207) |
| HSL | hsl(200, 27%, 74%) |
| CMYK | cmyk(17%, 6%, 0%, 19%) |
| LAB | lab(77.4 -5.6 -8.7) |
| LCH | lch(77.4 10.4 237.4) |
| OKLCH | oklch(0.803 0.031 229.3) |
Copy-ready code
/* CSS */
color: #abc3cf;
background-color: #abc3cf;
/* Tailwind (arbitrary) */
class="text-[#abc3cf] bg-[#abc3cf]"
/* SCSS */
$brand: #abc3cf;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.812)
/* Android */
Color.parseColor("#abc3cf")Accessibility — WCAG contrast
Aa
#abc3cf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc3cf on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta5.8%
Yellow0.0%
Key (black)18.8%
Color previews
#abc3cf text on a black background
contrast 11.44:1
Card sample
#abc3cf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc3cf;
Background color
Panel with #abc3cf background
background-color: #abc3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc3cf; background: linear-gradient(135deg, #abc3cf, #ABABCF);