#abdecf
a light, soft cyan · cool · closest name: silver
RGB
171, 222, 207
HSL
162°, 44%, 77%
CMYK
23, 0, 7, 13
Luminance
0.6541
Every format
| HEX | #abdecf |
| RGB | rgb(171, 222, 207) |
| HSL | hsl(162, 44%, 77%) |
| CMYK | cmyk(23%, 0%, 7%, 13%) |
| LAB | lab(84.7 -19.4 2.0) |
| LCH | lch(84.7 19.6 174.2) |
| OKLCH | oklch(0.861 0.057 174.9) |
Copy-ready code
/* CSS */
color: #abdecf;
background-color: #abdecf;
/* Tailwind (arbitrary) */
class="text-[#abdecf] bg-[#abdecf]"
/* SCSS */
$brand: #abdecf;
/* SwiftUI */
Color(red: 0.671, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#abdecf")Accessibility — WCAG contrast
Aa
#abdecf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdecf on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.1%
Blue81.2%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#abdecf text on a black background
contrast 14.08:1
Card sample
#abdecf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdecf;
Background color
Panel with #abdecf background
background-color: #abdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdecf; background: linear-gradient(135deg, #abdecf, #ABCBDE);