#acedff
a light, electric cyan · cool · closest name: skyblue
RGB
172, 237, 255
HSL
193°, 100%, 84%
CMYK
33, 7, 0, 0
Luminance
0.7656
Every format
| HEX | #acedff |
| RGB | rgb(172, 237, 255) |
| HSL | hsl(193, 100%, 84%) |
| CMYK | cmyk(33%, 7%, 0%, 0%) |
| LAB | lab(90.1 -16.1 -15.2) |
| LCH | lch(90.1 22.2 223.4) |
| OKLCH | oklch(0.908 0.070 216.8) |
Copy-ready code
/* CSS */
color: #acedff;
background-color: #acedff;
/* Tailwind (arbitrary) */
class="text-[#acedff] bg-[#acedff]"
/* SCSS */
$brand: #acedff;
/* SwiftUI */
Color(red: 0.675, green: 0.929, blue: 1.000)
/* Android */
Color.parseColor("#acedff")Accessibility — WCAG contrast
Aa
#acedff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acedff on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.9%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta7.1%
Yellow0.0%
Key (black)0.0%
Color previews
#acedff text on a black background
contrast 16.31:1
Card sample
#acedff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acedff;
Background color
Panel with #acedff background
background-color: #acedff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acedff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 237, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 237, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acedff; background: linear-gradient(135deg, #acedff, #ACB6FF);