#abbdee
a light, vivid blue · cool · closest name: skyblue
RGB
171, 189, 238
HSL
224°, 66%, 80%
CMYK
28, 21, 0, 7
Luminance
0.5123
Every format
| HEX | #abbdee |
| RGB | rgb(171, 189, 238) |
| HSL | hsl(224, 66%, 80%) |
| CMYK | cmyk(28%, 21%, 0%, 7%) |
| LAB | lab(76.8 4.7 -26.3) |
| LCH | lch(76.8 26.8 280.1) |
| OKLCH | oklch(0.802 0.072 269.0) |
Copy-ready code
/* CSS */
color: #abbdee;
background-color: #abbdee;
/* Tailwind (arbitrary) */
class="text-[#abbdee] bg-[#abbdee]"
/* SCSS */
$brand: #abbdee;
/* SwiftUI */
Color(red: 0.671, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#abbdee")Accessibility — WCAG contrast
Aa
#abbdee on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbdee on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.1%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#abbdee text on a black background
contrast 11.25:1
Card sample
#abbdee text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbdee;
Background color
Panel with #abbdee background
background-color: #abbdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbdee; background: linear-gradient(135deg, #abbdee, #C6ABEE);