#aafbff
a light, electric cyan · cool · closest name: skyblue
RGB
170, 251, 255
HSL
183°, 100%, 83%
CMYK
33, 2, 0, 0
Luminance
0.8476
Every format
| HEX | #aafbff |
| RGB | rgb(170, 251, 255) |
| HSL | hsl(183, 100%, 83%) |
| CMYK | cmyk(33%, 2%, 0%, 0%) |
| LAB | lab(93.8 -23.6 -9.8) |
| LCH | lch(93.8 25.5 202.5) |
| OKLCH | oklch(0.937 0.079 199.8) |
Copy-ready code
/* CSS */
color: #aafbff;
background-color: #aafbff;
/* Tailwind (arbitrary) */
class="text-[#aafbff] bg-[#aafbff]"
/* SCSS */
$brand: #aafbff;
/* SwiftUI */
Color(red: 0.667, green: 0.984, blue: 1.000)
/* Android */
Color.parseColor("#aafbff")Accessibility — WCAG contrast
Aa
#aafbff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafbff on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green98.4%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta1.6%
Yellow0.0%
Key (black)0.0%
Color previews
#aafbff text on a black background
contrast 17.95:1
Card sample
#aafbff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafbff;
Background color
Panel with #aafbff background
background-color: #aafbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 251, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 251, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafbff; background: linear-gradient(135deg, #aafbff, #AAC2FF);