#abf1ff
a light, electric cyan · cool · closest name: skyblue
RGB
171, 241, 255
HSL
190°, 100%, 84%
CMYK
33, 6, 0, 0
Luminance
0.7879
Every format
| HEX | #abf1ff |
| RGB | rgb(171, 241, 255) |
| HSL | hsl(190, 100%, 84%) |
| CMYK | cmyk(33%, 6%, 0%, 0%) |
| LAB | lab(91.1 -18.4 -13.7) |
| LCH | lch(91.1 22.9 216.7) |
| OKLCH | oklch(0.916 0.072 211.4) |
Copy-ready code
/* CSS */
color: #abf1ff;
background-color: #abf1ff;
/* Tailwind (arbitrary) */
class="text-[#abf1ff] bg-[#abf1ff]"
/* SCSS */
$brand: #abf1ff;
/* SwiftUI */
Color(red: 0.671, green: 0.945, blue: 1.000)
/* Android */
Color.parseColor("#abf1ff")Accessibility — WCAG contrast
Aa
#abf1ff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf1ff on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.5%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta5.5%
Yellow0.0%
Key (black)0.0%
Color previews
#abf1ff text on a black background
contrast 16.76:1
Card sample
#abf1ff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf1ff;
Background color
Panel with #abf1ff background
background-color: #abf1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 241, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 241, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf1ff; background: linear-gradient(135deg, #abf1ff, #ABB9FF);