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