#ace9ff
a light, electric cyan · cool · closest name: skyblue
RGB
172, 233, 255
HSL
196°, 100%, 84%
CMYK
33, 9, 0, 0
Luminance
0.7427
Every format
| HEX | #ace9ff |
| RGB | rgb(172, 233, 255) |
| HSL | hsl(196, 100%, 84%) |
| CMYK | cmyk(33%, 9%, 0%, 0%) |
| LAB | lab(89.0 -14.1 -16.8) |
| LCH | lch(89.0 21.9 230.0) |
| OKLCH | oklch(0.900 0.069 222.2) |
Copy-ready code
/* CSS */
color: #ace9ff;
background-color: #ace9ff;
/* Tailwind (arbitrary) */
class="text-[#ace9ff] bg-[#ace9ff]"
/* SCSS */
$brand: #ace9ff;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 1.000)
/* Android */
Color.parseColor("#ace9ff")Accessibility — WCAG contrast
Aa
#ace9ff on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace9ff on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta8.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ace9ff text on a black background
contrast 15.85:1
Card sample
#ace9ff text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace9ff;
Background color
Panel with #ace9ff background
background-color: #ace9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace9ff; background: linear-gradient(135deg, #ace9ff, #ACB2FF);