#abebfd
a light, electric cyan · cool · closest name: skyblue
RGB
171, 235, 253
HSL
193°, 95%, 83%
CMYK
32, 7, 0, 1
Luminance
0.7517
Every format
| HEX | #abebfd |
| RGB | rgb(171, 235, 253) |
| HSL | hsl(193, 95%, 83%) |
| CMYK | cmyk(32%, 7%, 0%, 1%) |
| LAB | lab(89.5 -15.8 -15.1) |
| LCH | lch(89.5 21.9 223.7) |
| OKLCH | oklch(0.903 0.069 217.1) |
Copy-ready code
/* CSS */
color: #abebfd;
background-color: #abebfd;
/* Tailwind (arbitrary) */
class="text-[#abebfd] bg-[#abebfd]"
/* SCSS */
$brand: #abebfd;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#abebfd")Accessibility — WCAG contrast
Aa
#abebfd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abebfd on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#abebfd text on a black background
contrast 16.03:1
Card sample
#abebfd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abebfd;
Background color
Panel with #abebfd background
background-color: #abebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abebfd; background: linear-gradient(135deg, #abebfd, #ABB4FD);