#aceff8
a light, electric cyan · cool · closest name: skyblue
RGB
172, 239, 248
HSL
187°, 84%, 82%
CMYK
31, 4, 0, 3
Luminance
0.7728
Every format
| HEX | #aceff8 |
| RGB | rgb(172, 239, 248) |
| HSL | hsl(187, 84%, 82%) |
| CMYK | cmyk(31%, 4%, 0%, 3%) |
| LAB | lab(90.5 -18.7 -11.1) |
| LCH | lch(90.5 21.8 210.6) |
| OKLCH | oklch(0.910 0.068 206.5) |
Copy-ready code
/* CSS */
color: #aceff8;
background-color: #aceff8;
/* Tailwind (arbitrary) */
class="text-[#aceff8] bg-[#aceff8]"
/* SCSS */
$brand: #aceff8;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.973)
/* Android */
Color.parseColor("#aceff8")Accessibility — WCAG contrast
Aa
#aceff8 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceff8 on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue97.3%
CMYK percentages
Cyan30.6%
Magenta3.6%
Yellow0.0%
Key (black)2.7%
Color previews
#aceff8 text on a black background
contrast 16.46:1
Card sample
#aceff8 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceff8;
Background color
Panel with #aceff8 background
background-color: #aceff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceff8; background: linear-gradient(135deg, #aceff8, #ACBDF8);