#aafdff
a light, electric cyan · cool · closest name: skyblue
RGB
170, 253, 255
HSL
181°, 100%, 83%
CMYK
33, 1, 0, 0
Luminance
0.8602
Every format
| HEX | #aafdff |
| RGB | rgb(170, 253, 255) |
| HSL | hsl(181, 100%, 83%) |
| CMYK | cmyk(33%, 1%, 0%, 0%) |
| LAB | lab(94.3 -24.5 -9.0) |
| LCH | lch(94.3 26.1 200.1) |
| OKLCH | oklch(0.942 0.080 197.8) |
Copy-ready code
/* CSS */
color: #aafdff;
background-color: #aafdff;
/* Tailwind (arbitrary) */
class="text-[#aafdff] bg-[#aafdff]"
/* SCSS */
$brand: #aafdff;
/* SwiftUI */
Color(red: 0.667, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#aafdff")Accessibility — WCAG contrast
Aa
#aafdff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafdff on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green99.2%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#aafdff text on a black background
contrast 18.20:1
Card sample
#aafdff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafdff;
Background color
Panel with #aafdff background
background-color: #aafdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafdff; background: linear-gradient(135deg, #aafdff, #AAC4FF);