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