#abcbd4
a light, soft cyan · cool · closest name: silver
RGB
171, 203, 212
HSL
193°, 32%, 75%
CMYK
19, 4, 0, 17
Luminance
0.5612
Every format
| HEX | #abcbd4 |
| RGB | rgb(171, 203, 212) |
| HSL | hsl(193, 32%, 75%) |
| CMYK | cmyk(19%, 4%, 0%, 17%) |
| LAB | lab(79.7 -8.7 -8.0) |
| LCH | lch(79.7 11.8 222.6) |
| OKLCH | oklch(0.822 0.036 216.6) |
Copy-ready code
/* CSS */
color: #abcbd4;
background-color: #abcbd4;
/* Tailwind (arbitrary) */
class="text-[#abcbd4] bg-[#abcbd4]"
/* SCSS */
$brand: #abcbd4;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.831)
/* Android */
Color.parseColor("#abcbd4")Accessibility — WCAG contrast
Aa
#abcbd4 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcbd4 on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue83.1%
CMYK percentages
Cyan19.3%
Magenta4.2%
Yellow0.0%
Key (black)16.9%
Color previews
#abcbd4 text on a black background
contrast 12.22:1
Card sample
#abcbd4 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcbd4;
Background color
Panel with #abcbd4 background
background-color: #abcbd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcbd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcbd4; background: linear-gradient(135deg, #abcbd4, #ABB0D4);