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