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