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