#ace2f0
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 226, 240
HSL
192°, 69%, 81%
CMYK
28, 6, 0, 6
Luminance
0.6945
Every format
| HEX | #ace2f0 |
| RGB | rgb(172, 226, 240) |
| HSL | hsl(192, 69%, 81%) |
| CMYK | cmyk(28%, 6%, 0%, 6%) |
| LAB | lab(86.7 -14.0 -12.4) |
| LCH | lch(86.7 18.7 221.5) |
| OKLCH | oklch(0.880 0.058 215.4) |
Copy-ready code
/* CSS */
color: #ace2f0;
background-color: #ace2f0;
/* Tailwind (arbitrary) */
class="text-[#ace2f0] bg-[#ace2f0]"
/* SCSS */
$brand: #ace2f0;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.941)
/* Android */
Color.parseColor("#ace2f0")Accessibility — WCAG contrast
Aa
#ace2f0 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace2f0 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue94.1%
CMYK percentages
Cyan28.3%
Magenta5.8%
Yellow0.0%
Key (black)5.9%
Color previews
#ace2f0 text on a black background
contrast 14.89:1
Card sample
#ace2f0 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace2f0;
Background color
Panel with #ace2f0 background
background-color: #ace2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace2f0; background: linear-gradient(135deg, #ace2f0, #ACB5F0);