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