#ace8fe
a light, electric cyan · cool · closest name: skyblue
RGB
172, 232, 254
HSL
196°, 98%, 84%
CMYK
32, 9, 0, 0
Luminance
0.7364
Every format
| HEX | #ace8fe |
| RGB | rgb(172, 232, 254) |
| HSL | hsl(196, 98%, 84%) |
| CMYK | cmyk(32%, 9%, 0%, 0%) |
| LAB | lab(88.8 -13.8 -16.7) |
| LCH | lch(88.8 21.7 230.4) |
| OKLCH | oklch(0.898 0.068 222.6) |
Copy-ready code
/* CSS */
color: #ace8fe;
background-color: #ace8fe;
/* Tailwind (arbitrary) */
class="text-[#ace8fe] bg-[#ace8fe]"
/* SCSS */
$brand: #ace8fe;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.996)
/* Android */
Color.parseColor("#ace8fe")Accessibility — WCAG contrast
Aa
#ace8fe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace8fe on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta8.7%
Yellow0.0%
Key (black)0.4%
Color previews
#ace8fe text on a black background
contrast 15.73:1
Card sample
#ace8fe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace8fe;
Background color
Panel with #ace8fe background
background-color: #ace8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace8fe; background: linear-gradient(135deg, #ace8fe, #ACB1FE);