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