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