#aceffe
a light, electric cyan · cool · closest name: skyblue
RGB
172, 239, 254
HSL
191°, 98%, 84%
CMYK
32, 6, 0, 0
Luminance
0.7766
Every format
| HEX | #aceffe |
| RGB | rgb(172, 239, 254) |
| HSL | hsl(191, 98%, 84%) |
| CMYK | cmyk(32%, 6%, 0%, 0%) |
| LAB | lab(90.6 -17.4 -13.9) |
| LCH | lch(90.6 22.3 218.8) |
| OKLCH | oklch(0.912 0.070 213.1) |
Copy-ready code
/* CSS */
color: #aceffe;
background-color: #aceffe;
/* Tailwind (arbitrary) */
class="text-[#aceffe] bg-[#aceffe]"
/* SCSS */
$brand: #aceffe;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.996)
/* Android */
Color.parseColor("#aceffe")Accessibility — WCAG contrast
Aa
#aceffe on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceffe on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta5.9%
Yellow0.0%
Key (black)0.4%
Color previews
#aceffe text on a black background
contrast 16.53:1
Card sample
#aceffe text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceffe;
Background color
Panel with #aceffe background
background-color: #aceffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceffe; background: linear-gradient(135deg, #aceffe, #ACB8FE);