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