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