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