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