#aceff7
a light, electric cyan · cool · closest name: skyblue
RGB
172, 239, 247
HSL
186°, 82%, 82%
CMYK
30, 3, 0, 3
Luminance
0.7722
Every format
| HEX | #aceff7 |
| RGB | rgb(172, 239, 247) |
| HSL | hsl(186, 82%, 82%) |
| CMYK | cmyk(30%, 3%, 0%, 3%) |
| LAB | lab(90.4 -19.0 -10.6) |
| LCH | lch(90.4 21.7 209.2) |
| OKLCH | oklch(0.910 0.068 205.3) |
Copy-ready code
/* CSS */
color: #aceff7;
background-color: #aceff7;
/* Tailwind (arbitrary) */
class="text-[#aceff7] bg-[#aceff7]"
/* SCSS */
$brand: #aceff7;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.969)
/* Android */
Color.parseColor("#aceff7")Accessibility — WCAG contrast
Aa
#aceff7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceff7 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue96.9%
CMYK percentages
Cyan30.4%
Magenta3.2%
Yellow0.0%
Key (black)3.1%
Color previews
#aceff7 text on a black background
contrast 16.44:1
Card sample
#aceff7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceff7;
Background color
Panel with #aceff7 background
background-color: #aceff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceff7; background: linear-gradient(135deg, #aceff7, #ACBDF7);