#abcbee
a light, vivid blue · cool · closest name: skyblue
RGB
171, 203, 238
HSL
211°, 66%, 80%
CMYK
28, 15, 0, 7
Luminance
0.5754
Every format
| HEX | #abcbee |
| RGB | rgb(171, 203, 238) |
| HSL | hsl(211, 66%, 80%) |
| CMYK | cmyk(28%, 15%, 0%, 7%) |
| LAB | lab(80.5 -2.8 -20.8) |
| LCH | lch(80.5 20.9 262.2) |
| OKLCH | oklch(0.831 0.060 250.9) |
Copy-ready code
/* CSS */
color: #abcbee;
background-color: #abcbee;
/* Tailwind (arbitrary) */
class="text-[#abcbee] bg-[#abcbee]"
/* SCSS */
$brand: #abcbee;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.933)
/* Android */
Color.parseColor("#abcbee")Accessibility — WCAG contrast
Aa
#abcbee on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcbee on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta14.7%
Yellow0.0%
Key (black)6.7%
Color previews
#abcbee text on a black background
contrast 12.51:1
Card sample
#abcbee text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcbee;
Background color
Panel with #abcbee background
background-color: #abcbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcbee; background: linear-gradient(135deg, #abcbee, #B8ABEE);