#acecfa
a light, electric cyan · cool · closest name: skyblue
RGB
172, 236, 250
HSL
191°, 89%, 83%
CMYK
31, 6, 0, 2
Luminance
0.7566
Every format
| HEX | #acecfa |
| RGB | rgb(172, 236, 250) |
| HSL | hsl(191, 89%, 83%) |
| CMYK | cmyk(31%, 6%, 0%, 2%) |
| LAB | lab(89.7 -16.8 -13.2) |
| LCH | lch(89.7 21.4 218.2) |
| OKLCH | oklch(0.905 0.067 212.7) |
Copy-ready code
/* CSS */
color: #acecfa;
background-color: #acecfa;
/* Tailwind (arbitrary) */
class="text-[#acecfa] bg-[#acecfa]"
/* SCSS */
$brand: #acecfa;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.980)
/* Android */
Color.parseColor("#acecfa")Accessibility — WCAG contrast
Aa
#acecfa on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acecfa on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue98.0%
CMYK percentages
Cyan31.2%
Magenta5.6%
Yellow0.0%
Key (black)2.0%
Color previews
#acecfa text on a black background
contrast 16.13:1
Card sample
#acecfa text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acecfa;
Background color
Panel with #acecfa background
background-color: #acecfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acecfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acecfa; background: linear-gradient(135deg, #acecfa, #ACB8FA);