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