#ace8eb
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 232, 235
HSL
183°, 61%, 80%
CMYK
27, 1, 0, 8
Luminance
0.7248
Every format
| HEX | #ace8eb |
| RGB | rgb(172, 232, 235) |
| HSL | hsl(183, 61%, 80%) |
| CMYK | cmyk(27%, 1%, 0%, 8%) |
| LAB | lab(88.2 -18.2 -7.6) |
| LCH | lch(88.2 19.7 202.7) |
| OKLCH | oklch(0.891 0.061 200.0) |
Copy-ready code
/* CSS */
color: #ace8eb;
background-color: #ace8eb;
/* Tailwind (arbitrary) */
class="text-[#ace8eb] bg-[#ace8eb]"
/* SCSS */
$brand: #ace8eb;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.922)
/* Android */
Color.parseColor("#ace8eb")Accessibility — WCAG contrast
Aa
#ace8eb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace8eb on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta1.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ace8eb text on a black background
contrast 15.50:1
Card sample
#ace8eb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace8eb;
Background color
Panel with #ace8eb background
background-color: #ace8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace8eb; background: linear-gradient(135deg, #ace8eb, #ACBEEB);