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