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