#ace5ee
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 229, 238
HSL
188°, 66%, 80%
CMYK
28, 4, 0, 7
Luminance
0.7098
Every format
| HEX | #ace5ee |
| RGB | rgb(172, 229, 238) |
| HSL | hsl(188, 66%, 80%) |
| CMYK | cmyk(28%, 4%, 0%, 7%) |
| LAB | lab(87.5 -16.0 -10.3) |
| LCH | lch(87.5 19.0 212.6) |
| OKLCH | oklch(0.886 0.059 208.2) |
Copy-ready code
/* CSS */
color: #ace5ee;
background-color: #ace5ee;
/* Tailwind (arbitrary) */
class="text-[#ace5ee] bg-[#ace5ee]"
/* SCSS */
$brand: #ace5ee;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.933)
/* Android */
Color.parseColor("#ace5ee")Accessibility — WCAG contrast
Aa
#ace5ee on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace5ee on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta3.8%
Yellow0.0%
Key (black)6.7%
Color previews
#ace5ee text on a black background
contrast 15.20:1
Card sample
#ace5ee text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace5ee;
Background color
Panel with #ace5ee background
background-color: #ace5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace5ee; background: linear-gradient(135deg, #ace5ee, #ACB9EE);