#abe3f7
a light, electric cyan · cool · closest name: skyblue
RGB
171, 227, 247
HSL
196°, 83%, 82%
CMYK
31, 8, 0, 3
Luminance
0.7031
Every format
| HEX | #abe3f7 |
| RGB | rgb(171, 227, 247) |
| HSL | hsl(196, 83%, 82%) |
| CMYK | cmyk(31%, 8%, 0%, 3%) |
| LAB | lab(87.2 -13.2 -15.5) |
| LCH | lch(87.2 20.4 229.5) |
| OKLCH | oklch(0.884 0.063 221.9) |
Copy-ready code
/* CSS */
color: #abe3f7;
background-color: #abe3f7;
/* Tailwind (arbitrary) */
class="text-[#abe3f7] bg-[#abe3f7]"
/* SCSS */
$brand: #abe3f7;
/* SwiftUI */
Color(red: 0.671, green: 0.890, blue: 0.969)
/* Android */
Color.parseColor("#abe3f7")Accessibility — WCAG contrast
Aa
#abe3f7 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe3f7 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green89.0%
Blue96.9%
CMYK percentages
Cyan30.8%
Magenta8.1%
Yellow0.0%
Key (black)3.1%
Color previews
#abe3f7 text on a black background
contrast 15.06:1
Card sample
#abe3f7 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe3f7;
Background color
Panel with #abe3f7 background
background-color: #abe3f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe3f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 227, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 227, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe3f7; background: linear-gradient(135deg, #abe3f7, #ABB0F7);