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