#aaceff
a light, electric blue · cool · closest name: skyblue
RGB
170, 206, 255
HSL
215°, 100%, 83%
CMYK
33, 19, 0, 0
Luminance
0.5991
Every format
| HEX | #aaceff |
| RGB | rgb(170, 206, 255) |
| HSL | hsl(215, 100%, 83%) |
| CMYK | cmyk(33%, 19%, 0%, 0%) |
| LAB | lab(81.8 -0.6 -27.8) |
| LCH | lch(81.8 27.9 268.7) |
| OKLCH | oklch(0.843 0.079 256.2) |
Copy-ready code
/* CSS */
color: #aaceff;
background-color: #aaceff;
/* Tailwind (arbitrary) */
class="text-[#aaceff] bg-[#aaceff]"
/* SCSS */
$brand: #aaceff;
/* SwiftUI */
Color(red: 0.667, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#aaceff")Accessibility — WCAG contrast
Aa
#aaceff on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaceff on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.8%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#aaceff text on a black background
contrast 12.98:1
Card sample
#aaceff text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaceff;
Background color
Panel with #aaceff background
background-color: #aaceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaceff; background: linear-gradient(135deg, #aaceff, #BFAAFF);