#abf0fc
a light, electric cyan · cool · closest name: skyblue
RGB
171, 240, 252
HSL
189°, 93%, 83%
CMYK
32, 5, 0, 1
Luminance
0.7801
Every format
| HEX | #abf0fc |
| RGB | rgb(171, 240, 252) |
| HSL | hsl(189, 93%, 83%) |
| CMYK | cmyk(32%, 5%, 0%, 1%) |
| LAB | lab(90.8 -18.6 -12.7) |
| LCH | lch(90.8 22.5 214.3) |
| OKLCH | oklch(0.913 0.070 209.5) |
Copy-ready code
/* CSS */
color: #abf0fc;
background-color: #abf0fc;
/* Tailwind (arbitrary) */
class="text-[#abf0fc] bg-[#abf0fc]"
/* SCSS */
$brand: #abf0fc;
/* SwiftUI */
Color(red: 0.671, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#abf0fc")Accessibility — WCAG contrast
Aa
#abf0fc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf0fc on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.1%
Blue98.8%
CMYK percentages
Cyan32.1%
Magenta4.8%
Yellow0.0%
Key (black)1.2%
Color previews
#abf0fc text on a black background
contrast 16.60:1
Card sample
#abf0fc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf0fc;
Background color
Panel with #abf0fc background
background-color: #abf0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf0fc; background: linear-gradient(135deg, #abf0fc, #ABBAFC);