#aaf4ff
a light, electric cyan · cool · closest name: skyblue
RGB
170, 244, 255
HSL
188°, 100%, 83%
CMYK
33, 4, 0, 0
Luminance
0.8047
Every format
| HEX | #aaf4ff |
| RGB | rgb(170, 244, 255) |
| HSL | hsl(188, 100%, 83%) |
| CMYK | cmyk(33%, 4%, 0%, 0%) |
| LAB | lab(91.9 -20.1 -12.6) |
| LCH | lch(91.9 23.7 212.0) |
| OKLCH | oklch(0.922 0.074 207.6) |
Copy-ready code
/* CSS */
color: #aaf4ff;
background-color: #aaf4ff;
/* Tailwind (arbitrary) */
class="text-[#aaf4ff] bg-[#aaf4ff]"
/* SCSS */
$brand: #aaf4ff;
/* SwiftUI */
Color(red: 0.667, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#aaf4ff")Accessibility — WCAG contrast
Aa
#aaf4ff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf4ff on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green95.7%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#aaf4ff text on a black background
contrast 17.09:1
Card sample
#aaf4ff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf4ff;
Background color
Panel with #aaf4ff background
background-color: #aaf4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf4ff; background: linear-gradient(135deg, #aaf4ff, #AABBFF);