#ace5da
a light, vivid cyan · cool · closest name: silver
RGB
172, 229, 218
HSL
168°, 52%, 79%
CMYK
25, 0, 5, 10
Luminance
0.6987
Every format
| HEX | #ace5da |
| RGB | rgb(172, 229, 218) |
| HSL | hsl(168, 52%, 79%) |
| CMYK | cmyk(25%, 0%, 5%, 10%) |
| LAB | lab(86.9 -20.4 -0.5) |
| LCH | lch(86.9 20.4 181.5) |
| OKLCH | oklch(0.880 0.060 181.7) |
Copy-ready code
/* CSS */
color: #ace5da;
background-color: #ace5da;
/* Tailwind (arbitrary) */
class="text-[#ace5da] bg-[#ace5da]"
/* SCSS */
$brand: #ace5da;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.855)
/* Android */
Color.parseColor("#ace5da")Accessibility — WCAG contrast
Aa
#ace5da on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace5da on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue85.5%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow4.8%
Key (black)10.2%
Color previews
#ace5da text on a black background
contrast 14.97:1
Card sample
#ace5da text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace5da;
Background color
Panel with #ace5da background
background-color: #ace5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace5da; background: linear-gradient(135deg, #ace5da, #ACCAE5);