#abf4ff
a light, electric cyan · cool · closest name: skyblue
RGB
171, 244, 255
HSL
188°, 100%, 84%
CMYK
33, 4, 0, 0
Luminance
0.8058
Every format
| HEX | #abf4ff |
| RGB | rgb(171, 244, 255) |
| HSL | hsl(188, 100%, 84%) |
| CMYK | cmyk(33%, 4%, 0%, 0%) |
| LAB | lab(91.9 -19.9 -12.5) |
| LCH | lch(91.9 23.5 212.2) |
| OKLCH | oklch(0.923 0.073 207.7) |
Copy-ready code
/* CSS */
color: #abf4ff;
background-color: #abf4ff;
/* Tailwind (arbitrary) */
class="text-[#abf4ff] bg-[#abf4ff]"
/* SCSS */
$brand: #abf4ff;
/* SwiftUI */
Color(red: 0.671, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#abf4ff")Accessibility — WCAG contrast
Aa
#abf4ff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf4ff on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.7%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#abf4ff text on a black background
contrast 17.12:1
Card sample
#abf4ff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf4ff;
Background color
Panel with #abf4ff background
background-color: #abf4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf4ff; background: linear-gradient(135deg, #abf4ff, #ABBCFF);