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