#abebfa
a light, electric cyan · cool · closest name: skyblue
RGB
171, 235, 250
HSL
191°, 89%, 83%
CMYK
32, 6, 0, 2
Luminance
0.7498
Every format
| HEX | #abebfa |
| RGB | rgb(171, 235, 250) |
| HSL | hsl(191, 89%, 83%) |
| CMYK | cmyk(32%, 6%, 0%, 2%) |
| LAB | lab(89.4 -16.6 -13.7) |
| LCH | lch(89.4 21.5 219.6) |
| OKLCH | oklch(0.902 0.067 213.8) |
Copy-ready code
/* CSS */
color: #abebfa;
background-color: #abebfa;
/* Tailwind (arbitrary) */
class="text-[#abebfa] bg-[#abebfa]"
/* SCSS */
$brand: #abebfa;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#abebfa")Accessibility — WCAG contrast
Aa
#abebfa on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abebfa on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue98.0%
CMYK percentages
Cyan31.6%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#abebfa text on a black background
contrast 16.00:1
Card sample
#abebfa text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abebfa;
Background color
Panel with #abebfa background
background-color: #abebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abebfa; background: linear-gradient(135deg, #abebfa, #ABB6FA);