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