#aac6ff
a light, electric blue · cool · closest name: skyblue
RGB
170, 198, 255
HSL
220°, 100%, 83%
CMYK
33, 22, 0, 0
Luminance
0.5615
Every format
| HEX | #aac6ff |
| RGB | rgb(170, 198, 255) |
| HSL | hsl(220, 100%, 83%) |
| CMYK | cmyk(33%, 22%, 0%, 0%) |
| LAB | lab(79.7 3.7 -31.0) |
| LCH | lch(79.7 31.3 276.8) |
| OKLCH | oklch(0.826 0.086 264.2) |
Copy-ready code
/* CSS */
color: #aac6ff;
background-color: #aac6ff;
/* Tailwind (arbitrary) */
class="text-[#aac6ff] bg-[#aac6ff]"
/* SCSS */
$brand: #aac6ff;
/* SwiftUI */
Color(red: 0.667, green: 0.776, blue: 1.000)
/* Android */
Color.parseColor("#aac6ff")Accessibility — WCAG contrast
Aa
#aac6ff on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac6ff on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green77.6%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta22.4%
Yellow0.0%
Key (black)0.0%
Color previews
#aac6ff text on a black background
contrast 12.23:1
Card sample
#aac6ff text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac6ff;
Background color
Panel with #aac6ff background
background-color: #aac6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 198, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 198, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac6ff; background: linear-gradient(135deg, #aac6ff, #C7AAFF);