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