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