#acebfc
a light, electric cyan · cool · closest name: skyblue
RGB
172, 235, 252
HSL
193°, 93%, 83%
CMYK
32, 7, 0, 1
Luminance
0.7522
Every format
| HEX | #acebfc |
| RGB | rgb(172, 235, 252) |
| HSL | hsl(193, 93%, 83%) |
| CMYK | cmyk(32%, 7%, 0%, 1%) |
| LAB | lab(89.5 -15.8 -14.6) |
| LCH | lch(89.5 21.5 222.7) |
| OKLCH | oklch(0.903 0.067 216.3) |
Copy-ready code
/* CSS */
color: #acebfc;
background-color: #acebfc;
/* Tailwind (arbitrary) */
class="text-[#acebfc] bg-[#acebfc]"
/* SCSS */
$brand: #acebfc;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#acebfc")Accessibility — WCAG contrast
Aa
#acebfc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebfc on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#acebfc text on a black background
contrast 16.04:1
Card sample
#acebfc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebfc;
Background color
Panel with #acebfc background
background-color: #acebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebfc; background: linear-gradient(135deg, #acebfc, #ACB5FC);