#ace2e3
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 226, 227
HSL
181°, 50%, 78%
CMYK
24, 0, 0, 11
Luminance
0.6871
Every format
| HEX | #ace2e3 |
| RGB | rgb(172, 226, 227) |
| HSL | hsl(181, 50%, 78%) |
| CMYK | cmyk(24%, 0%, 0%, 11%) |
| LAB | lab(86.4 -16.9 -6.1) |
| LCH | lch(86.4 18.0 199.9) |
| OKLCH | oklch(0.876 0.055 197.6) |
Copy-ready code
/* CSS */
color: #ace2e3;
background-color: #ace2e3;
/* Tailwind (arbitrary) */
class="text-[#ace2e3] bg-[#ace2e3]"
/* SCSS */
$brand: #ace2e3;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.890)
/* Android */
Color.parseColor("#ace2e3")Accessibility — WCAG contrast
Aa
#ace2e3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace2e3 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue89.0%
CMYK percentages
Cyan24.2%
Magenta0.4%
Yellow0.0%
Key (black)11.0%
Color previews
#ace2e3 text on a black background
contrast 14.74:1
Card sample
#ace2e3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace2e3;
Background color
Panel with #ace2e3 background
background-color: #ace2e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace2e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace2e3; background: linear-gradient(135deg, #ace2e3, #ACBDE3);