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