#abecfe
a light, electric cyan · cool · closest name: skyblue
RGB
171, 236, 254
HSL
193°, 98%, 83%
CMYK
33, 7, 0, 0
Luminance
0.7580
Every format
| HEX | #abecfe |
| RGB | rgb(171, 236, 254) |
| HSL | hsl(193, 98%, 83%) |
| CMYK | cmyk(33%, 7%, 0%, 0%) |
| LAB | lab(89.8 -16.1 -15.2) |
| LCH | lch(89.8 22.2 223.4) |
| OKLCH | oklch(0.905 0.070 216.8) |
Copy-ready code
/* CSS */
color: #abecfe;
background-color: #abecfe;
/* Tailwind (arbitrary) */
class="text-[#abecfe] bg-[#abecfe]"
/* SCSS */
$brand: #abecfe;
/* SwiftUI */
Color(red: 0.671, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#abecfe")Accessibility — WCAG contrast
Aa
#abecfe on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abecfe on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.5%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#abecfe text on a black background
contrast 16.16:1
Card sample
#abecfe text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abecfe;
Background color
Panel with #abecfe background
background-color: #abecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abecfe; background: linear-gradient(135deg, #abecfe, #ABB5FE);