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