#aceeff
a light, electric cyan · cool · closest name: skyblue
RGB
172, 238, 255
HSL
192°, 100%, 84%
CMYK
33, 7, 0, 0
Luminance
0.7714
Every format
| HEX | #aceeff |
| RGB | rgb(172, 238, 255) |
| HSL | hsl(192, 100%, 84%) |
| CMYK | cmyk(33%, 7%, 0%, 0%) |
| LAB | lab(90.4 -16.6 -14.8) |
| LCH | lch(90.4 22.3 221.7) |
| OKLCH | oklch(0.911 0.070 215.5) |
Copy-ready code
/* CSS */
color: #aceeff;
background-color: #aceeff;
/* Tailwind (arbitrary) */
class="text-[#aceeff] bg-[#aceeff]"
/* SCSS */
$brand: #aceeff;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#aceeff")Accessibility — WCAG contrast
Aa
#aceeff on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceeff on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#aceeff text on a black background
contrast 16.43:1
Card sample
#aceeff text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceeff;
Background color
Panel with #aceeff background
background-color: #aceeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceeff; background: linear-gradient(135deg, #aceeff, #ACB7FF);