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