#aaebfc
a light, electric cyan · cool · closest name: skyblue
RGB
170, 235, 252
HSL
192°, 93%, 83%
CMYK
33, 7, 0, 1
Luminance
0.7499
Every format
| HEX | #aaebfc |
| RGB | rgb(170, 235, 252) |
| HSL | hsl(192, 93%, 83%) |
| CMYK | cmyk(33%, 7%, 0%, 1%) |
| LAB | lab(89.4 -16.4 -14.8) |
| LCH | lch(89.4 22.0 222.1) |
| OKLCH | oklch(0.902 0.069 215.7) |
Copy-ready code
/* CSS */
color: #aaebfc;
background-color: #aaebfc;
/* Tailwind (arbitrary) */
class="text-[#aaebfc] bg-[#aaebfc]"
/* SCSS */
$brand: #aaebfc;
/* SwiftUI */
Color(red: 0.667, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#aaebfc")Accessibility — WCAG contrast
Aa
#aaebfc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaebfc on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green92.2%
Blue98.8%
CMYK percentages
Cyan32.5%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#aaebfc text on a black background
contrast 16.00:1
Card sample
#aaebfc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaebfc;
Background color
Panel with #aaebfc background
background-color: #aaebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaebfc; background: linear-gradient(135deg, #aaebfc, #AAB4FC);