#aefcff
a light, electric cyan · cool · closest name: skyblue
RGB
174, 252, 255
HSL
182°, 100%, 84%
CMYK
32, 1, 0, 0
Luminance
0.8584
Every format
| HEX | #aefcff |
| RGB | rgb(174, 252, 255) |
| HSL | hsl(182, 100%, 84%) |
| CMYK | cmyk(32%, 1%, 0%, 0%) |
| LAB | lab(94.2 -23.0 -9.1) |
| LCH | lch(94.2 24.7 201.5) |
| OKLCH | oklch(0.942 0.076 199.0) |
Copy-ready code
/* CSS */
color: #aefcff;
background-color: #aefcff;
/* Tailwind (arbitrary) */
class="text-[#aefcff] bg-[#aefcff]"
/* SCSS */
$brand: #aefcff;
/* SwiftUI */
Color(red: 0.682, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#aefcff")Accessibility — WCAG contrast
Aa
#aefcff on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefcff on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.8%
Blue100.0%
CMYK percentages
Cyan31.8%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#aefcff text on a black background
contrast 18.17:1
Card sample
#aefcff text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefcff;
Background color
Panel with #aefcff background
background-color: #aefcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefcff; background: linear-gradient(135deg, #aefcff, #AEC6FF);