#abd7cf
a light, soft cyan · cool · closest name: silver
RGB
171, 215, 207
HSL
169°, 36%, 76%
CMYK
21, 0, 4, 16
Luminance
0.6176
Every format
| HEX | #abd7cf |
| RGB | rgb(171, 215, 207) |
| HSL | hsl(169, 36%, 76%) |
| CMYK | cmyk(21%, 0%, 4%, 16%) |
| LAB | lab(82.8 -15.9 -0.8) |
| LCH | lch(82.8 16.0 182.8) |
| OKLCH | oklch(0.846 0.047 182.8) |
Copy-ready code
/* CSS */
color: #abd7cf;
background-color: #abd7cf;
/* Tailwind (arbitrary) */
class="text-[#abd7cf] bg-[#abd7cf]"
/* SCSS */
$brand: #abd7cf;
/* SwiftUI */
Color(red: 0.671, green: 0.843, blue: 0.812)
/* Android */
Color.parseColor("#abd7cf")Accessibility — WCAG contrast
Aa
#abd7cf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd7cf on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green84.3%
Blue81.2%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow3.7%
Key (black)15.7%
Color previews
#abd7cf text on a black background
contrast 13.35:1
Card sample
#abd7cf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd7cf;
Background color
Panel with #abd7cf background
background-color: #abd7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 215, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 215, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd7cf; background: linear-gradient(135deg, #abd7cf, #ABC2D7);