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