#abe8fd
a light, electric cyan · cool · closest name: skyblue
RGB
171, 232, 253
HSL
195°, 95%, 83%
CMYK
32, 8, 0, 1
Luminance
0.7346
Every format
| HEX | #abe8fd |
| RGB | rgb(171, 232, 253) |
| HSL | hsl(195, 95%, 83%) |
| CMYK | cmyk(32%, 8%, 0%, 1%) |
| LAB | lab(88.7 -14.3 -16.4) |
| LCH | lch(88.7 21.7 228.8) |
| OKLCH | oklch(0.897 0.068 221.2) |
Copy-ready code
/* CSS */
color: #abe8fd;
background-color: #abe8fd;
/* Tailwind (arbitrary) */
class="text-[#abe8fd] bg-[#abe8fd]"
/* SCSS */
$brand: #abe8fd;
/* SwiftUI */
Color(red: 0.671, green: 0.910, blue: 0.992)
/* Android */
Color.parseColor("#abe8fd")Accessibility — WCAG contrast
Aa
#abe8fd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe8fd on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green91.0%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta8.3%
Yellow0.0%
Key (black)0.8%
Color previews
#abe8fd text on a black background
contrast 15.69:1
Card sample
#abe8fd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe8fd;
Background color
Panel with #abe8fd background
background-color: #abe8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 232, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 232, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe8fd; background: linear-gradient(135deg, #abe8fd, #ABB1FD);