#abeaf9
a light, electric cyan · cool · closest name: skyblue
RGB
171, 234, 249
HSL
192°, 87%, 82%
CMYK
31, 6, 0, 2
Luminance
0.7434
Every format
| HEX | #abeaf9 |
| RGB | rgb(171, 234, 249) |
| HSL | hsl(192, 87%, 82%) |
| CMYK | cmyk(31%, 6%, 0%, 2%) |
| LAB | lab(89.1 -16.3 -13.6) |
| LCH | lch(89.1 21.2 219.9) |
| OKLCH | oklch(0.900 0.067 214.1) |
Copy-ready code
/* CSS */
color: #abeaf9;
background-color: #abeaf9;
/* Tailwind (arbitrary) */
class="text-[#abeaf9] bg-[#abeaf9]"
/* SCSS */
$brand: #abeaf9;
/* SwiftUI */
Color(red: 0.671, green: 0.918, blue: 0.976)
/* Android */
Color.parseColor("#abeaf9")Accessibility — WCAG contrast
Aa
#abeaf9 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeaf9 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green91.8%
Blue97.6%
CMYK percentages
Cyan31.3%
Magenta6.0%
Yellow0.0%
Key (black)2.4%
Color previews
#abeaf9 text on a black background
contrast 15.87:1
Card sample
#abeaf9 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeaf9;
Background color
Panel with #abeaf9 background
background-color: #abeaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 234, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 234, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeaf9; background: linear-gradient(135deg, #abeaf9, #ABB6F9);