#abcbd2
a light, soft cyan · cool · closest name: silver
RGB
171, 203, 210
HSL
191°, 30%, 75%
CMYK
19, 3, 0, 18
Luminance
0.5602
Every format
| HEX | #abcbd2 |
| RGB | rgb(171, 203, 210) |
| HSL | hsl(191, 30%, 75%) |
| CMYK | cmyk(19%, 3%, 0%, 18%) |
| LAB | lab(79.6 -9.2 -7.0) |
| LCH | lch(79.6 11.5 217.6) |
| OKLCH | oklch(0.821 0.036 212.4) |
Copy-ready code
/* CSS */
color: #abcbd2;
background-color: #abcbd2;
/* Tailwind (arbitrary) */
class="text-[#abcbd2] bg-[#abcbd2]"
/* SCSS */
$brand: #abcbd2;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.824)
/* Android */
Color.parseColor("#abcbd2")Accessibility — WCAG contrast
Aa
#abcbd2 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcbd2 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue82.4%
CMYK percentages
Cyan18.6%
Magenta3.3%
Yellow0.0%
Key (black)17.6%
Color previews
#abcbd2 text on a black background
contrast 12.20:1
Card sample
#abcbd2 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcbd2;
Background color
Panel with #abcbd2 background
background-color: #abcbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcbd2; background: linear-gradient(135deg, #abcbd2, #ABB1D2);