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