#abf2fe
a light, electric cyan · cool · closest name: skyblue
RGB
171, 242, 254
HSL
189°, 98%, 83%
CMYK
33, 5, 0, 0
Luminance
0.7932
Every format
| HEX | #abf2fe |
| RGB | rgb(171, 242, 254) |
| HSL | hsl(189, 98%, 83%) |
| CMYK | cmyk(33%, 5%, 0%, 0%) |
| LAB | lab(91.4 -19.1 -12.8) |
| LCH | lch(91.4 23.0 213.8) |
| OKLCH | oklch(0.918 0.072 209.1) |
Copy-ready code
/* CSS */
color: #abf2fe;
background-color: #abf2fe;
/* Tailwind (arbitrary) */
class="text-[#abf2fe] bg-[#abf2fe]"
/* SCSS */
$brand: #abf2fe;
/* SwiftUI */
Color(red: 0.671, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#abf2fe")Accessibility — WCAG contrast
Aa
#abf2fe on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf2fe on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.9%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#abf2fe text on a black background
contrast 16.86:1
Card sample
#abf2fe text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf2fe;
Background color
Panel with #abf2fe background
background-color: #abf2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf2fe; background: linear-gradient(135deg, #abf2fe, #ABBBFE);