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