#acedf6
a light, electric cyan · cool · closest name: skyblue
RGB
172, 237, 246
HSL
187°, 80%, 82%
CMYK
30, 4, 0, 4
Luminance
0.7599
Every format
| HEX | #acedf6 |
| RGB | rgb(172, 237, 246) |
| HSL | hsl(187, 80%, 82%) |
| CMYK | cmyk(30%, 4%, 0%, 4%) |
| LAB | lab(89.8 -18.2 -10.9) |
| LCH | lch(89.8 21.2 210.9) |
| OKLCH | oklch(0.906 0.066 206.8) |
Copy-ready code
/* CSS */
color: #acedf6;
background-color: #acedf6;
/* Tailwind (arbitrary) */
class="text-[#acedf6] bg-[#acedf6]"
/* SCSS */
$brand: #acedf6;
/* SwiftUI */
Color(red: 0.675, green: 0.929, blue: 0.965)
/* Android */
Color.parseColor("#acedf6")Accessibility — WCAG contrast
Aa
#acedf6 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acedf6 on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.9%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta3.7%
Yellow0.0%
Key (black)3.5%
Color previews
#acedf6 text on a black background
contrast 16.20:1
Card sample
#acedf6 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acedf6;
Background color
Panel with #acedf6 background
background-color: #acedf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acedf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 237, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 237, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acedf6; background: linear-gradient(135deg, #acedf6, #ACBCF6);