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