#acebfe
a light, electric cyan · cool · closest name: skyblue
RGB
172, 235, 254
HSL
194°, 98%, 84%
CMYK
32, 8, 0, 0
Luminance
0.7534
Every format
| HEX | #acebfe |
| RGB | rgb(172, 235, 254) |
| HSL | hsl(194, 98%, 84%) |
| CMYK | cmyk(32%, 8%, 0%, 0%) |
| LAB | lab(89.5 -15.3 -15.5) |
| LCH | lch(89.5 21.8 225.4) |
| OKLCH | oklch(0.904 0.068 218.4) |
Copy-ready code
/* CSS */
color: #acebfe;
background-color: #acebfe;
/* Tailwind (arbitrary) */
class="text-[#acebfe] bg-[#acebfe]"
/* SCSS */
$brand: #acebfe;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#acebfe")Accessibility — WCAG contrast
Aa
#acebfe on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebfe on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#acebfe text on a black background
contrast 16.07:1
Card sample
#acebfe text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebfe;
Background color
Panel with #acebfe background
background-color: #acebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebfe; background: linear-gradient(135deg, #acebfe, #ACB4FE);