#ace5fc
a light, electric cyan · cool · closest name: skyblue
RGB
172, 229, 252
HSL
197°, 93%, 83%
CMYK
32, 9, 0, 1
Luminance
0.7184
Every format
| HEX | #ace5fc |
| RGB | rgb(172, 229, 252) |
| HSL | hsl(197, 93%, 83%) |
| CMYK | cmyk(32%, 9%, 0%, 1%) |
| LAB | lab(87.9 -12.8 -17.0) |
| LCH | lch(87.9 21.3 233.0) |
| OKLCH | oklch(0.891 0.066 224.7) |
Copy-ready code
/* CSS */
color: #ace5fc;
background-color: #ace5fc;
/* Tailwind (arbitrary) */
class="text-[#ace5fc] bg-[#ace5fc]"
/* SCSS */
$brand: #ace5fc;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.988)
/* Android */
Color.parseColor("#ace5fc")Accessibility — WCAG contrast
Aa
#ace5fc on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace5fc on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta9.1%
Yellow0.0%
Key (black)1.2%
Color previews
#ace5fc text on a black background
contrast 15.37:1
Card sample
#ace5fc text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace5fc;
Background color
Panel with #ace5fc background
background-color: #ace5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace5fc; background: linear-gradient(135deg, #ace5fc, #ACAFFC);