#ace3ee
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 227, 238
HSL
190°, 66%, 80%
CMYK
28, 5, 0, 7
Luminance
0.6988
Every format
| HEX | #ace3ee |
| RGB | rgb(172, 227, 238) |
| HSL | hsl(190, 66%, 80%) |
| CMYK | cmyk(28%, 5%, 0%, 7%) |
| LAB | lab(86.9 -15.0 -11.1) |
| LCH | lch(86.9 18.6 216.4) |
| OKLCH | oklch(0.882 0.058 211.3) |
Copy-ready code
/* CSS */
color: #ace3ee;
background-color: #ace3ee;
/* Tailwind (arbitrary) */
class="text-[#ace3ee] bg-[#ace3ee]"
/* SCSS */
$brand: #ace3ee;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.933)
/* Android */
Color.parseColor("#ace3ee")Accessibility — WCAG contrast
Aa
#ace3ee on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace3ee on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta4.6%
Yellow0.0%
Key (black)6.7%
Color previews
#ace3ee text on a black background
contrast 14.98:1
Card sample
#ace3ee text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace3ee;
Background color
Panel with #ace3ee background
background-color: #ace3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace3ee; background: linear-gradient(135deg, #ace3ee, #ACB7EE);