#abf7ff
a light, electric cyan · cool · closest name: skyblue
RGB
171, 247, 255
HSL
186°, 100%, 84%
CMYK
33, 3, 0, 0
Luminance
0.8240
Every format
| HEX | #abf7ff |
| RGB | rgb(171, 247, 255) |
| HSL | hsl(186, 100%, 84%) |
| CMYK | cmyk(33%, 3%, 0%, 0%) |
| LAB | lab(92.8 -21.3 -11.3) |
| LCH | lch(92.8 24.1 207.9) |
| OKLCH | oklch(0.929 0.075 204.2) |
Copy-ready code
/* CSS */
color: #abf7ff;
background-color: #abf7ff;
/* Tailwind (arbitrary) */
class="text-[#abf7ff] bg-[#abf7ff]"
/* SCSS */
$brand: #abf7ff;
/* SwiftUI */
Color(red: 0.671, green: 0.969, blue: 1.000)
/* Android */
Color.parseColor("#abf7ff")Accessibility — WCAG contrast
Aa
#abf7ff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf7ff on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.9%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta3.1%
Yellow0.0%
Key (black)0.0%
Color previews
#abf7ff text on a black background
contrast 17.48:1
Card sample
#abf7ff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf7ff;
Background color
Panel with #abf7ff background
background-color: #abf7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 247, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 247, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf7ff; background: linear-gradient(135deg, #abf7ff, #ABBFFF);