#ace9da
a light, vivid cyan · cool · closest name: beige
RGB
172, 233, 218
HSL
165°, 58%, 79%
CMYK
26, 0, 6, 9
Luminance
0.7211
Every format
| HEX | #ace9da |
| RGB | rgb(172, 233, 218) |
| HSL | hsl(165, 58%, 79%) |
| CMYK | cmyk(26%, 0%, 6%, 9%) |
| LAB | lab(88.0 -22.3 1.1) |
| LCH | lch(88.0 22.3 177.3) |
| OKLCH | oklch(0.888 0.065 177.8) |
Copy-ready code
/* CSS */
color: #ace9da;
background-color: #ace9da;
/* Tailwind (arbitrary) */
class="text-[#ace9da] bg-[#ace9da]"
/* SCSS */
$brand: #ace9da;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#ace9da")Accessibility — WCAG contrast
Aa
#ace9da on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace9da on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue85.5%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#ace9da text on a black background
contrast 15.42:1
Card sample
#ace9da text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace9da;
Background color
Panel with #ace9da background
background-color: #ace9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace9da; background: linear-gradient(135deg, #ace9da, #ACCFE9);