#abdacf
a light, soft cyan · cool · closest name: silver
RGB
171, 218, 207
HSL
166°, 39%, 76%
CMYK
22, 0, 5, 15
Luminance
0.6331
Every format
| HEX | #abdacf |
| RGB | rgb(171, 218, 207) |
| HSL | hsl(166, 39%, 76%) |
| CMYK | cmyk(22%, 0%, 5%, 15%) |
| LAB | lab(83.6 -17.4 0.4) |
| LCH | lch(83.6 17.4 178.7) |
| OKLCH | oklch(0.852 0.051 179.1) |
Copy-ready code
/* CSS */
color: #abdacf;
background-color: #abdacf;
/* Tailwind (arbitrary) */
class="text-[#abdacf] bg-[#abdacf]"
/* SCSS */
$brand: #abdacf;
/* SwiftUI */
Color(red: 0.671, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#abdacf")Accessibility — WCAG contrast
Aa
#abdacf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdacf on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.5%
Blue81.2%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#abdacf text on a black background
contrast 13.66:1
Card sample
#abdacf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdacf;
Background color
Panel with #abdacf background
background-color: #abdacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdacf; background: linear-gradient(135deg, #abdacf, #ABC6DA);