#ace9f0
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 233, 240
HSL
186°, 69%, 81%
CMYK
28, 3, 0, 6
Luminance
0.7334
Every format
| HEX | #ace9f0 |
| RGB | rgb(172, 233, 240) |
| HSL | hsl(186, 69%, 81%) |
| CMYK | cmyk(28%, 3%, 0%, 6%) |
| LAB | lab(88.6 -17.6 -9.6) |
| LCH | lch(88.6 20.0 208.7) |
| OKLCH | oklch(0.895 0.062 205.0) |
Copy-ready code
/* CSS */
color: #ace9f0;
background-color: #ace9f0;
/* Tailwind (arbitrary) */
class="text-[#ace9f0] bg-[#ace9f0]"
/* SCSS */
$brand: #ace9f0;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.941)
/* Android */
Color.parseColor("#ace9f0")Accessibility — WCAG contrast
Aa
#ace9f0 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace9f0 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue94.1%
CMYK percentages
Cyan28.3%
Magenta2.9%
Yellow0.0%
Key (black)5.9%
Color previews
#ace9f0 text on a black background
contrast 15.67:1
Card sample
#ace9f0 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace9f0;
Background color
Panel with #ace9f0 background
background-color: #ace9f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace9f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace9f0; background: linear-gradient(135deg, #ace9f0, #ACBCF0);