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