#ace0fc
a light, electric blue · cool · closest name: skyblue
RGB
172, 224, 252
HSL
201°, 93%, 83%
CMYK
32, 11, 0, 1
Luminance
0.6911
Every format
| HEX | #ace0fc |
| RGB | rgb(172, 224, 252) |
| HSL | hsl(201, 93%, 83%) |
| CMYK | cmyk(32%, 11%, 0%, 1%) |
| LAB | lab(86.6 -10.2 -19.0) |
| LCH | lch(86.6 21.6 241.7) |
| OKLCH | oklch(0.880 0.066 232.0) |
Copy-ready code
/* CSS */
color: #ace0fc;
background-color: #ace0fc;
/* Tailwind (arbitrary) */
class="text-[#ace0fc] bg-[#ace0fc]"
/* SCSS */
$brand: #ace0fc;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.988)
/* Android */
Color.parseColor("#ace0fc")Accessibility — WCAG contrast
Aa
#ace0fc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace0fc on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta11.1%
Yellow0.0%
Key (black)1.2%
Color previews
#ace0fc text on a black background
contrast 14.82:1
Card sample
#ace0fc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace0fc;
Background color
Panel with #ace0fc background
background-color: #ace0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace0fc; background: linear-gradient(135deg, #ace0fc, #ADACFC);