#abd2d0
a light, soft cyan · cool · closest name: silver
RGB
171, 210, 208
HSL
177°, 30%, 75%
CMYK
19, 0, 1, 18
Luminance
0.5931
Every format
| HEX | #abd2d0 |
| RGB | rgb(171, 210, 208) |
| HSL | hsl(177, 30%, 75%) |
| CMYK | cmyk(19%, 0%, 1%, 18%) |
| LAB | lab(81.5 -13.2 -3.3) |
| LCH | lch(81.5 13.6 193.9) |
| OKLCH | oklch(0.835 0.041 192.5) |
Copy-ready code
/* CSS */
color: #abd2d0;
background-color: #abd2d0;
/* Tailwind (arbitrary) */
class="text-[#abd2d0] bg-[#abd2d0]"
/* SCSS */
$brand: #abd2d0;
/* SwiftUI */
Color(red: 0.671, green: 0.824, blue: 0.816)
/* Android */
Color.parseColor("#abd2d0")Accessibility — WCAG contrast
Aa
#abd2d0 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd2d0 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green82.4%
Blue81.6%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow1.0%
Key (black)17.6%
Color previews
#abd2d0 text on a black background
contrast 12.86:1
Card sample
#abd2d0 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd2d0;
Background color
Panel with #abd2d0 background
background-color: #abd2d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd2d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 210, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 210, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd2d0; background: linear-gradient(135deg, #abd2d0, #ABBAD2);