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