#ace0eb
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 224, 235
HSL
191°, 61%, 80%
CMYK
27, 5, 0, 8
Luminance
0.6808
Every format
| HEX | #ace0eb |
| RGB | rgb(172, 224, 235) |
| HSL | hsl(191, 61%, 80%) |
| CMYK | cmyk(27%, 5%, 0%, 8%) |
| LAB | lab(86.0 -14.2 -10.8) |
| LCH | lch(86.0 17.8 217.4) |
| OKLCH | oklch(0.874 0.055 212.1) |
Copy-ready code
/* CSS */
color: #ace0eb;
background-color: #ace0eb;
/* Tailwind (arbitrary) */
class="text-[#ace0eb] bg-[#ace0eb]"
/* SCSS */
$brand: #ace0eb;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.922)
/* Android */
Color.parseColor("#ace0eb")Accessibility — WCAG contrast
Aa
#ace0eb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace0eb on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta4.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ace0eb text on a black background
contrast 14.62:1
Card sample
#ace0eb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace0eb;
Background color
Panel with #ace0eb background
background-color: #ace0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace0eb; background: linear-gradient(135deg, #ace0eb, #ACB6EB);