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