#ace1ff
a light, electric blue · cool · closest name: skyblue
RGB
172, 225, 255
HSL
202°, 100%, 84%
CMYK
33, 12, 0, 0
Luminance
0.6984
Every format
| HEX | #ace1ff |
| RGB | rgb(172, 225, 255) |
| HSL | hsl(202, 100%, 84%) |
| CMYK | cmyk(33%, 12%, 0%, 0%) |
| LAB | lab(86.9 -10.0 -20.0) |
| LCH | lch(86.9 22.4 243.4) |
| OKLCH | oklch(0.883 0.068 233.4) |
Copy-ready code
/* CSS */
color: #ace1ff;
background-color: #ace1ff;
/* Tailwind (arbitrary) */
class="text-[#ace1ff] bg-[#ace1ff]"
/* SCSS */
$brand: #ace1ff;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 1.000)
/* Android */
Color.parseColor("#ace1ff")Accessibility — WCAG contrast
Aa
#ace1ff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace1ff on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta11.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ace1ff text on a black background
contrast 14.97:1
Card sample
#ace1ff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace1ff;
Background color
Panel with #ace1ff background
background-color: #ace1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace1ff; background: linear-gradient(135deg, #ace1ff, #AEACFF);