#abb6eb
a light, vivid blue · warm · closest name: skyblue
RGB
171, 182, 235
HSL
230°, 62%, 80%
CMYK
27, 23, 0, 8
Luminance
0.4811
Every format
| HEX | #abb6eb |
| RGB | rgb(171, 182, 235) |
| HSL | hsl(230, 62%, 80%) |
| CMYK | cmyk(27%, 23%, 0%, 8%) |
| LAB | lab(74.9 7.8 -27.7) |
| LCH | lch(74.9 28.7 285.7) |
| OKLCH | oklch(0.786 0.076 275.4) |
Copy-ready code
/* CSS */
color: #abb6eb;
background-color: #abb6eb;
/* Tailwind (arbitrary) */
class="text-[#abb6eb] bg-[#abb6eb]"
/* SCSS */
$brand: #abb6eb;
/* SwiftUI */
Color(red: 0.671, green: 0.714, blue: 0.922)
/* Android */
Color.parseColor("#abb6eb")Accessibility — WCAG contrast
Aa
#abb6eb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb6eb on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green71.4%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta22.6%
Yellow0.0%
Key (black)7.8%
Color previews
#abb6eb text on a black background
contrast 10.62:1
Card sample
#abb6eb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb6eb;
Background color
Panel with #abb6eb background
background-color: #abb6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 182, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 182, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb6eb; background: linear-gradient(135deg, #abb6eb, #CBABEB);