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