#abbfef
a light, vivid blue · cool · closest name: skyblue
RGB
171, 191, 239
HSL
222°, 68%, 80%
CMYK
29, 20, 0, 6
Luminance
0.5215
Every format
| HEX | #abbfef |
| RGB | rgb(171, 191, 239) |
| HSL | hsl(222, 68%, 80%) |
| CMYK | cmyk(29%, 20%, 0%, 6%) |
| LAB | lab(77.4 3.8 -26.0) |
| LCH | lch(77.4 26.3 278.4) |
| OKLCH | oklch(0.806 0.072 267.1) |
Copy-ready code
/* CSS */
color: #abbfef;
background-color: #abbfef;
/* Tailwind (arbitrary) */
class="text-[#abbfef] bg-[#abbfef]"
/* SCSS */
$brand: #abbfef;
/* SwiftUI */
Color(red: 0.671, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#abbfef")Accessibility — WCAG contrast
Aa
#abbfef on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbfef on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.9%
Blue93.7%
CMYK percentages
Cyan28.5%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#abbfef text on a black background
contrast 11.43:1
Card sample
#abbfef text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbfef;
Background color
Panel with #abbfef background
background-color: #abbfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbfef; background: linear-gradient(135deg, #abbfef, #C4ABEF);