#ace3fd
a light, electric cyan · cool · closest name: skyblue
RGB
172, 227, 253
HSL
199°, 95%, 83%
CMYK
32, 10, 0, 1
Luminance
0.7080
Every format
| HEX | #ace3fd |
| RGB | rgb(172, 227, 253) |
| HSL | hsl(199, 95%, 83%) |
| CMYK | cmyk(32%, 10%, 0%, 1%) |
| LAB | lab(87.4 -11.5 -18.3) |
| LCH | lch(87.4 21.6 237.8) |
| OKLCH | oklch(0.887 0.067 228.6) |
Copy-ready code
/* CSS */
color: #ace3fd;
background-color: #ace3fd;
/* Tailwind (arbitrary) */
class="text-[#ace3fd] bg-[#ace3fd]"
/* SCSS */
$brand: #ace3fd;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.992)
/* Android */
Color.parseColor("#ace3fd")Accessibility — WCAG contrast
Aa
#ace3fd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace3fd on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta10.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ace3fd text on a black background
contrast 15.16:1
Card sample
#ace3fd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace3fd;
Background color
Panel with #ace3fd background
background-color: #ace3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace3fd; background: linear-gradient(135deg, #ace3fd, #ACADFD);