#acffff
a light, electric cyan · cool · closest name: skyblue
RGB
172, 255, 255
HSL
180°, 100%, 84%
CMYK
33, 0, 0, 0
Luminance
0.8751
Every format
| HEX | #acffff |
| RGB | rgb(172, 255, 255) |
| HSL | hsl(180, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 0%, 0%) |
| LAB | lab(95.0 -25.0 -8.0) |
| LCH | lch(95.0 26.2 197.8) |
| OKLCH | oklch(0.947 0.080 195.9) |
Copy-ready code
/* CSS */
color: #acffff;
background-color: #acffff;
/* Tailwind (arbitrary) */
class="text-[#acffff] bg-[#acffff]"
/* SCSS */
$brand: #acffff;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 1.000)
/* Android */
Color.parseColor("#acffff")Accessibility — WCAG contrast
Aa
#acffff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acffff on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow0.0%
Key (black)0.0%
Color previews
#acffff text on a black background
contrast 18.50:1
Card sample
#acffff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acffff;
Background color
Panel with #acffff background
background-color: #acffff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acffff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acffff; background: linear-gradient(135deg, #acffff, #ACC8FF);