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