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