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