#abb8f2
a light, vivid blue · warm · closest name: skyblue
RGB
171, 184, 242
HSL
229°, 73%, 81%
CMYK
29, 24, 0, 5
Luminance
0.4935
Every format
| HEX | #abb8f2 |
| RGB | rgb(171, 184, 242) |
| HSL | hsl(229, 73%, 81%) |
| CMYK | cmyk(29%, 24%, 0%, 5%) |
| LAB | lab(75.7 8.4 -30.3) |
| LCH | lch(75.7 31.4 285.5) |
| OKLCH | oklch(0.793 0.084 274.6) |
Copy-ready code
/* CSS */
color: #abb8f2;
background-color: #abb8f2;
/* Tailwind (arbitrary) */
class="text-[#abb8f2] bg-[#abb8f2]"
/* SCSS */
$brand: #abb8f2;
/* SwiftUI */
Color(red: 0.671, green: 0.722, blue: 0.949)
/* Android */
Color.parseColor("#abb8f2")Accessibility — WCAG contrast
Aa
#abb8f2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb8f2 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.2%
Blue94.9%
CMYK percentages
Cyan29.3%
Magenta24.0%
Yellow0.0%
Key (black)5.1%
Color previews
#abb8f2 text on a black background
contrast 10.87:1
Card sample
#abb8f2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb8f2;
Background color
Panel with #abb8f2 background
background-color: #abb8f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb8f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 184, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 184, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb8f2; background: linear-gradient(135deg, #abb8f2, #CDABF2);