#ace0fe
a light, electric blue · cool · closest name: skyblue
RGB
172, 224, 254
HSL
202°, 98%, 84%
CMYK
32, 12, 0, 0
Luminance
0.6924
Every format
| HEX | #ace0fe |
| RGB | rgb(172, 224, 254) |
| HSL | hsl(202, 98%, 84%) |
| CMYK | cmyk(32%, 12%, 0%, 0%) |
| LAB | lab(86.6 -9.7 -19.9) |
| LCH | lch(86.6 22.2 244.0) |
| OKLCH | oklch(0.881 0.068 233.8) |
Copy-ready code
/* CSS */
color: #ace0fe;
background-color: #ace0fe;
/* Tailwind (arbitrary) */
class="text-[#ace0fe] bg-[#ace0fe]"
/* SCSS */
$brand: #ace0fe;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.996)
/* Android */
Color.parseColor("#ace0fe")Accessibility — WCAG contrast
Aa
#ace0fe on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace0fe on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta11.8%
Yellow0.0%
Key (black)0.4%
Color previews
#ace0fe text on a black background
contrast 14.85:1
Card sample
#ace0fe text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace0fe;
Background color
Panel with #ace0fe background
background-color: #ace0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace0fe; background: linear-gradient(135deg, #ace0fe, #AFACFE);