#abcece
a light, soft cyan · cool · closest name: silver
RGB
171, 206, 206
HSL
180°, 26%, 74%
CMYK
17, 0, 0, 19
Luminance
0.5726
Every format
| HEX | #abcece |
| RGB | rgb(171, 206, 206) |
| HSL | hsl(180, 26%, 74%) |
| CMYK | cmyk(17%, 0%, 0%, 19%) |
| LAB | lab(80.3 -11.6 -3.9) |
| LCH | lch(80.3 12.2 198.5) |
| OKLCH | oklch(0.826 0.037 196.5) |
Copy-ready code
/* CSS */
color: #abcece;
background-color: #abcece;
/* Tailwind (arbitrary) */
class="text-[#abcece] bg-[#abcece]"
/* SCSS */
$brand: #abcece;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.808)
/* Android */
Color.parseColor("#abcece")Accessibility — WCAG contrast
Aa
#abcece on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcece on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue80.8%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow0.0%
Key (black)19.2%
Color previews
#abcece text on a black background
contrast 12.45:1
Card sample
#abcece text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcece;
Background color
Panel with #abcece background
background-color: #abcece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcece; background: linear-gradient(135deg, #abcece, #ABB7CE);