#acebf4
a light, electric cyan · cool · closest name: skyblue
RGB
172, 235, 244
HSL
188°, 77%, 82%
CMYK
30, 4, 0, 4
Luminance
0.7472
Every format
| HEX | #acebf4 |
| RGB | rgb(172, 235, 244) |
| HSL | hsl(188, 77%, 82%) |
| CMYK | cmyk(30%, 4%, 0%, 4%) |
| LAB | lab(89.3 -17.6 -10.7) |
| LCH | lch(89.3 20.7 211.3) |
| OKLCH | oklch(0.901 0.064 207.1) |
Copy-ready code
/* CSS */
color: #acebf4;
background-color: #acebf4;
/* Tailwind (arbitrary) */
class="text-[#acebf4] bg-[#acebf4]"
/* SCSS */
$brand: #acebf4;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.957)
/* Android */
Color.parseColor("#acebf4")Accessibility — WCAG contrast
Aa
#acebf4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebf4 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue95.7%
CMYK percentages
Cyan29.5%
Magenta3.7%
Yellow0.0%
Key (black)4.3%
Color previews
#acebf4 text on a black background
contrast 15.94:1
Card sample
#acebf4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebf4;
Background color
Panel with #acebf4 background
background-color: #acebf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebf4; background: linear-gradient(135deg, #acebf4, #ACBBF4);