#abf0fd
a light, electric cyan · cool · closest name: skyblue
RGB
171, 240, 253
HSL
190°, 95%, 83%
CMYK
32, 5, 0, 1
Luminance
0.7807
Every format
| HEX | #abf0fd |
| RGB | rgb(171, 240, 253) |
| HSL | hsl(190, 95%, 83%) |
| CMYK | cmyk(32%, 5%, 0%, 1%) |
| LAB | lab(90.8 -18.4 -13.1) |
| LCH | lch(90.8 22.6 215.6) |
| OKLCH | oklch(0.914 0.071 210.5) |
Copy-ready code
/* CSS */
color: #abf0fd;
background-color: #abf0fd;
/* Tailwind (arbitrary) */
class="text-[#abf0fd] bg-[#abf0fd]"
/* SCSS */
$brand: #abf0fd;
/* SwiftUI */
Color(red: 0.671, green: 0.941, blue: 0.992)
/* Android */
Color.parseColor("#abf0fd")Accessibility — WCAG contrast
Aa
#abf0fd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf0fd on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.1%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta5.1%
Yellow0.0%
Key (black)0.8%
Color previews
#abf0fd text on a black background
contrast 16.61:1
Card sample
#abf0fd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf0fd;
Background color
Panel with #abf0fd background
background-color: #abf0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 240, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 240, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf0fd; background: linear-gradient(135deg, #abf0fd, #ABB9FD);