#ace3df
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 227, 223
HSL
176°, 50%, 78%
CMYK
24, 0, 2, 11
Luminance
0.6904
Every format
| HEX | #ace3df |
| RGB | rgb(172, 227, 223) |
| HSL | hsl(176, 50%, 78%) |
| CMYK | cmyk(24%, 0%, 2%, 11%) |
| LAB | lab(86.5 -18.3 -3.8) |
| LCH | lch(86.5 18.7 191.6) |
| OKLCH | oklch(0.877 0.057 190.6) |
Copy-ready code
/* CSS */
color: #ace3df;
background-color: #ace3df;
/* Tailwind (arbitrary) */
class="text-[#ace3df] bg-[#ace3df]"
/* SCSS */
$brand: #ace3df;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#ace3df")Accessibility — WCAG contrast
Aa
#ace3df on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace3df on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#ace3df text on a black background
contrast 14.81:1
Card sample
#ace3df text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace3df;
Background color
Panel with #ace3df background
background-color: #ace3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace3df; background: linear-gradient(135deg, #ace3df, #ACC2E3);