#acf0f6
a light, electric cyan · cool · closest name: skyblue
RGB
172, 240, 246
HSL
185°, 80%, 82%
CMYK
30, 2, 0, 4
Luminance
0.7774
Every format
| HEX | #acf0f6 |
| RGB | rgb(172, 240, 246) |
| HSL | hsl(185, 80%, 82%) |
| CMYK | cmyk(30%, 2%, 0%, 4%) |
| LAB | lab(90.7 -19.7 -9.7) |
| LCH | lch(90.7 21.9 206.2) |
| OKLCH | oklch(0.912 0.068 202.9) |
Copy-ready code
/* CSS */
color: #acf0f6;
background-color: #acf0f6;
/* Tailwind (arbitrary) */
class="text-[#acf0f6] bg-[#acf0f6]"
/* SCSS */
$brand: #acf0f6;
/* SwiftUI */
Color(red: 0.675, green: 0.941, blue: 0.965)
/* Android */
Color.parseColor("#acf0f6")Accessibility — WCAG contrast
Aa
#acf0f6 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf0f6 on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.1%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta2.4%
Yellow0.0%
Key (black)3.5%
Color previews
#acf0f6 text on a black background
contrast 16.55:1
Card sample
#acf0f6 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf0f6;
Background color
Panel with #acf0f6 background
background-color: #acf0f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf0f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 240, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 240, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf0f6; background: linear-gradient(135deg, #acf0f6, #ACBFF6);