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