#aafff8
a light, electric cyan · cool · closest name: turquoise
RGB
170, 255, 248
HSL
175°, 100%, 83%
CMYK
33, 0, 3, 0
Luminance
0.8684
Every format
| HEX | #aafff8 |
| RGB | rgb(170, 255, 248) |
| HSL | hsl(175, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 3%, 0%) |
| LAB | lab(94.7 -27.1 -4.8) |
| LCH | lch(94.7 27.5 190.1) |
| OKLCH | oklch(0.944 0.083 189.3) |
Copy-ready code
/* CSS */
color: #aafff8;
background-color: #aafff8;
/* Tailwind (arbitrary) */
class="text-[#aafff8] bg-[#aafff8]"
/* SCSS */
$brand: #aafff8;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.973)
/* Android */
Color.parseColor("#aafff8")Accessibility — WCAG contrast
Aa
#aafff8 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafff8 on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue97.3%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow2.7%
Key (black)0.0%
Color previews
#aafff8 text on a black background
contrast 18.37:1
Card sample
#aafff8 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafff8;
Background color
Panel with #aafff8 background
background-color: #aafff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafff8; background: linear-gradient(135deg, #aafff8, #AACDFF);