#ace6fd
a light, electric cyan · cool · closest name: skyblue
RGB
172, 230, 253
HSL
197°, 95%, 83%
CMYK
32, 9, 0, 1
Luminance
0.7246
Every format
| HEX | #ace6fd |
| RGB | rgb(172, 230, 253) |
| HSL | hsl(197, 95%, 83%) |
| CMYK | cmyk(32%, 9%, 0%, 1%) |
| LAB | lab(88.2 -13.1 -17.1) |
| LCH | lch(88.2 21.5 232.6) |
| OKLCH | oklch(0.893 0.067 224.3) |
Copy-ready code
/* CSS */
color: #ace6fd;
background-color: #ace6fd;
/* Tailwind (arbitrary) */
class="text-[#ace6fd] bg-[#ace6fd]"
/* SCSS */
$brand: #ace6fd;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.992)
/* Android */
Color.parseColor("#ace6fd")Accessibility — WCAG contrast
Aa
#ace6fd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace6fd on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta9.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ace6fd text on a black background
contrast 15.49:1
Card sample
#ace6fd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace6fd;
Background color
Panel with #ace6fd background
background-color: #ace6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace6fd; background: linear-gradient(135deg, #ace6fd, #ACB0FD);