#aceaff
a light, electric cyan · cool · closest name: skyblue
RGB
172, 234, 255
HSL
195°, 100%, 84%
CMYK
33, 8, 0, 0
Luminance
0.7484
Every format
| HEX | #aceaff |
| RGB | rgb(172, 234, 255) |
| HSL | hsl(195, 100%, 84%) |
| CMYK | cmyk(33%, 8%, 0%, 0%) |
| LAB | lab(89.3 -14.6 -16.4) |
| LCH | lch(89.3 22.0 228.3) |
| OKLCH | oklch(0.902 0.069 220.8) |
Copy-ready code
/* CSS */
color: #aceaff;
background-color: #aceaff;
/* Tailwind (arbitrary) */
class="text-[#aceaff] bg-[#aceaff]"
/* SCSS */
$brand: #aceaff;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 1.000)
/* Android */
Color.parseColor("#aceaff")Accessibility — WCAG contrast
Aa
#aceaff on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceaff on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta8.2%
Yellow0.0%
Key (black)0.0%
Color previews
#aceaff text on a black background
contrast 15.97:1
Card sample
#aceaff text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceaff;
Background color
Panel with #aceaff background
background-color: #aceaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceaff; background: linear-gradient(135deg, #aceaff, #ACB3FF);