#acf7fe
a light, electric cyan · cool · closest name: skyblue
RGB
172, 247, 254
HSL
185°, 98%, 84%
CMYK
32, 3, 0, 0
Luminance
0.8245
Every format
| HEX | #acf7fe |
| RGB | rgb(172, 247, 254) |
| HSL | hsl(185, 98%, 84%) |
| CMYK | cmyk(32%, 3%, 0%, 0%) |
| LAB | lab(92.8 -21.3 -10.7) |
| LCH | lch(92.8 23.9 206.7) |
| OKLCH | oklch(0.930 0.074 203.3) |
Copy-ready code
/* CSS */
color: #acf7fe;
background-color: #acf7fe;
/* Tailwind (arbitrary) */
class="text-[#acf7fe] bg-[#acf7fe]"
/* SCSS */
$brand: #acf7fe;
/* SwiftUI */
Color(red: 0.675, green: 0.969, blue: 0.996)
/* Android */
Color.parseColor("#acf7fe")Accessibility — WCAG contrast
Aa
#acf7fe on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf7fe on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.9%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta2.8%
Yellow0.0%
Key (black)0.4%
Color previews
#acf7fe text on a black background
contrast 17.49:1
Card sample
#acf7fe text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf7fe;
Background color
Panel with #acf7fe background
background-color: #acf7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 247, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 247, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf7fe; background: linear-gradient(135deg, #acf7fe, #ACC0FE);