#aceaf3
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 234, 243
HSL
188°, 75%, 81%
CMYK
29, 4, 0, 5
Luminance
0.7409
Every format
| HEX | #aceaf3 |
| RGB | rgb(172, 234, 243) |
| HSL | hsl(188, 75%, 81%) |
| CMYK | cmyk(29%, 4%, 0%, 5%) |
| LAB | lab(89.0 -17.4 -10.7) |
| LCH | lch(89.0 20.4 211.5) |
| OKLCH | oklch(0.898 0.064 207.3) |
Copy-ready code
/* CSS */
color: #aceaf3;
background-color: #aceaf3;
/* Tailwind (arbitrary) */
class="text-[#aceaf3] bg-[#aceaf3]"
/* SCSS */
$brand: #aceaf3;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 0.953)
/* Android */
Color.parseColor("#aceaf3")Accessibility — WCAG contrast
Aa
#aceaf3 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceaf3 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta3.7%
Yellow0.0%
Key (black)4.7%
Color previews
#aceaf3 text on a black background
contrast 15.82:1
Card sample
#aceaf3 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceaf3;
Background color
Panel with #aceaf3 background
background-color: #aceaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceaf3; background: linear-gradient(135deg, #aceaf3, #ACBBF3);