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