#ace0ee
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 224, 238
HSL
193°, 66%, 80%
CMYK
28, 6, 0, 7
Luminance
0.6826
Every format
| HEX | #ace0ee |
| RGB | rgb(172, 224, 238) |
| HSL | hsl(193, 66%, 80%) |
| CMYK | cmyk(28%, 6%, 0%, 7%) |
| LAB | lab(86.1 -13.5 -12.3) |
| LCH | lch(86.1 18.2 222.3) |
| OKLCH | oklch(0.875 0.057 216.1) |
Copy-ready code
/* CSS */
color: #ace0ee;
background-color: #ace0ee;
/* Tailwind (arbitrary) */
class="text-[#ace0ee] bg-[#ace0ee]"
/* SCSS */
$brand: #ace0ee;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.933)
/* Android */
Color.parseColor("#ace0ee")Accessibility — WCAG contrast
Aa
#ace0ee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace0ee on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta5.9%
Yellow0.0%
Key (black)6.7%
Color previews
#ace0ee text on a black background
contrast 14.65:1
Card sample
#ace0ee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace0ee;
Background color
Panel with #ace0ee background
background-color: #ace0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace0ee; background: linear-gradient(135deg, #ace0ee, #ACB4EE);