#abdfcf
a light, soft cyan · cool · closest name: silver
RGB
171, 223, 207
HSL
162°, 45%, 77%
CMYK
23, 0, 7, 13
Luminance
0.6594
Every format
| HEX | #abdfcf |
| RGB | rgb(171, 223, 207) |
| HSL | hsl(162, 45%, 77%) |
| CMYK | cmyk(23%, 0%, 7%, 13%) |
| LAB | lab(85.0 -19.9 2.4) |
| LCH | lch(85.0 20.1 173.2) |
| OKLCH | oklch(0.863 0.058 174.0) |
Copy-ready code
/* CSS */
color: #abdfcf;
background-color: #abdfcf;
/* Tailwind (arbitrary) */
class="text-[#abdfcf] bg-[#abdfcf]"
/* SCSS */
$brand: #abdfcf;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.812)
/* Android */
Color.parseColor("#abdfcf")Accessibility — WCAG contrast
Aa
#abdfcf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdfcf on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue81.2%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow7.2%
Key (black)12.5%
Color previews
#abdfcf text on a black background
contrast 14.19:1
Card sample
#abdfcf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdfcf;
Background color
Panel with #abdfcf background
background-color: #abdfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdfcf; background: linear-gradient(135deg, #abdfcf, #ABCCDF);