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