#ace8ee
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 232, 238
HSL
186°, 66%, 80%
CMYK
28, 3, 0, 7
Luminance
0.7266
Every format
| HEX | #ace8ee |
| RGB | rgb(172, 232, 238) |
| HSL | hsl(186, 66%, 80%) |
| CMYK | cmyk(28%, 3%, 0%, 7%) |
| LAB | lab(88.3 -17.5 -9.1) |
| LCH | lch(88.3 19.7 207.3) |
| OKLCH | oklch(0.892 0.061 203.8) |
Copy-ready code
/* CSS */
color: #ace8ee;
background-color: #ace8ee;
/* Tailwind (arbitrary) */
class="text-[#ace8ee] bg-[#ace8ee]"
/* SCSS */
$brand: #ace8ee;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.933)
/* Android */
Color.parseColor("#ace8ee")Accessibility — WCAG contrast
Aa
#ace8ee on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace8ee on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta2.5%
Yellow0.0%
Key (black)6.7%
Color previews
#ace8ee text on a black background
contrast 15.53:1
Card sample
#ace8ee text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace8ee;
Background color
Panel with #ace8ee background
background-color: #ace8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace8ee; background: linear-gradient(135deg, #ace8ee, #ACBCEE);