#acecfe
a light, electric cyan · cool · closest name: skyblue
RGB
172, 236, 254
HSL
193°, 98%, 84%
CMYK
32, 7, 0, 0
Luminance
0.7592
Every format
| HEX | #acecfe |
| RGB | rgb(172, 236, 254) |
| HSL | hsl(193, 98%, 84%) |
| CMYK | cmyk(32%, 7%, 0%, 0%) |
| LAB | lab(89.8 -15.8 -15.1) |
| LCH | lch(89.8 21.9 223.7) |
| OKLCH | oklch(0.906 0.069 217.1) |
Copy-ready code
/* CSS */
color: #acecfe;
background-color: #acecfe;
/* Tailwind (arbitrary) */
class="text-[#acecfe] bg-[#acecfe]"
/* SCSS */
$brand: #acecfe;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#acecfe")Accessibility — WCAG contrast
Aa
#acecfe on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acecfe on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#acecfe text on a black background
contrast 16.18:1
Card sample
#acecfe text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acecfe;
Background color
Panel with #acecfe background
background-color: #acecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acecfe; background: linear-gradient(135deg, #acecfe, #ACB5FE);