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