#abbfd0
a light, soft blue · cool · closest name: silver
RGB
171, 191, 208
HSL
208°, 28%, 74%
CMYK
18, 8, 0, 18
Luminance
0.5047
Every format
| HEX | #abbfd0 |
| RGB | rgb(171, 191, 208) |
| HSL | hsl(208, 28%, 74%) |
| CMYK | cmyk(18%, 8%, 0%, 18%) |
| LAB | lab(76.4 -3.3 -10.8) |
| LCH | lch(76.4 11.3 253.3) |
| OKLCH | oklch(0.795 0.033 243.8) |
Copy-ready code
/* CSS */
color: #abbfd0;
background-color: #abbfd0;
/* Tailwind (arbitrary) */
class="text-[#abbfd0] bg-[#abbfd0]"
/* SCSS */
$brand: #abbfd0;
/* SwiftUI */
Color(red: 0.671, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#abbfd0")Accessibility — WCAG contrast
Aa
#abbfd0 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbfd0 on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.9%
Blue81.6%
CMYK percentages
Cyan17.8%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#abbfd0 text on a black background
contrast 11.09:1
Card sample
#abbfd0 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbfd0;
Background color
Panel with #abbfd0 background
background-color: #abbfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbfd0; background: linear-gradient(135deg, #abbfd0, #B0ABD0);