#a8fdfb
a light, electric cyan · cool · closest name: turquoise
RGB
168, 253, 251
HSL
179°, 96%, 83%
CMYK
34, 0, 1, 1
Luminance
0.8554
Every format
| HEX | #a8fdfb |
| RGB | rgb(168, 253, 251) |
| HSL | hsl(179, 96%, 83%) |
| CMYK | cmyk(34%, 0%, 1%, 1%) |
| LAB | lab(94.1 -25.9 -7.2) |
| LCH | lch(94.1 26.9 195.5) |
| OKLCH | oklch(0.940 0.082 194.0) |
Copy-ready code
/* CSS */
color: #a8fdfb;
background-color: #a8fdfb;
/* Tailwind (arbitrary) */
class="text-[#a8fdfb] bg-[#a8fdfb]"
/* SCSS */
$brand: #a8fdfb;
/* SwiftUI */
Color(red: 0.659, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#a8fdfb")Accessibility — WCAG contrast
Aa
#a8fdfb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8fdfb on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green99.2%
Blue98.4%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#a8fdfb text on a black background
contrast 18.11:1
Card sample
#a8fdfb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8fdfb;
Background color
Panel with #a8fdfb background
background-color: #a8fdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8fdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8fdfb; background: linear-gradient(135deg, #a8fdfb, #A8C6FD);