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