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