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