#ace1eb
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 225, 235
HSL
190°, 61%, 80%
CMYK
27, 4, 0, 8
Luminance
0.6862
Every format
| HEX | #ace1eb |
| RGB | rgb(172, 225, 235) |
| HSL | hsl(190, 61%, 80%) |
| CMYK | cmyk(27%, 4%, 0%, 8%) |
| LAB | lab(86.3 -14.7 -10.4) |
| LCH | lch(86.3 18.0 215.4) |
| OKLCH | oklch(0.876 0.056 210.4) |
Copy-ready code
/* CSS */
color: #ace1eb;
background-color: #ace1eb;
/* Tailwind (arbitrary) */
class="text-[#ace1eb] bg-[#ace1eb]"
/* SCSS */
$brand: #ace1eb;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 0.922)
/* Android */
Color.parseColor("#ace1eb")Accessibility — WCAG contrast
Aa
#ace1eb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace1eb on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta4.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ace1eb text on a black background
contrast 14.72:1
Card sample
#ace1eb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace1eb;
Background color
Panel with #ace1eb background
background-color: #ace1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace1eb; background: linear-gradient(135deg, #ace1eb, #ACB7EB);