#aeccf9
a light, electric blue · cool · closest name: skyblue
RGB
174, 204, 249
HSL
216°, 86%, 83%
CMYK
30, 18, 0, 2
Luminance
0.5902
Every format
| HEX | #aeccf9 |
| RGB | rgb(174, 204, 249) |
| HSL | hsl(216, 86%, 83%) |
| CMYK | cmyk(30%, 18%, 0%, 2%) |
| LAB | lab(81.3 0.1 -25.4) |
| LCH | lch(81.3 25.4 270.2) |
| OKLCH | oklch(0.839 0.071 258.4) |
Copy-ready code
/* CSS */
color: #aeccf9;
background-color: #aeccf9;
/* Tailwind (arbitrary) */
class="text-[#aeccf9] bg-[#aeccf9]"
/* SCSS */
$brand: #aeccf9;
/* SwiftUI */
Color(red: 0.682, green: 0.800, blue: 0.976)
/* Android */
Color.parseColor("#aeccf9")Accessibility — WCAG contrast
Aa
#aeccf9 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeccf9 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green80.0%
Blue97.6%
CMYK percentages
Cyan30.1%
Magenta18.1%
Yellow0.0%
Key (black)2.4%
Color previews
#aeccf9 text on a black background
contrast 12.80:1
Card sample
#aeccf9 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeccf9;
Background color
Panel with #aeccf9 background
background-color: #aeccf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeccf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 204, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 204, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeccf9; background: linear-gradient(135deg, #aeccf9, #C2AEF9);