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