#acebf7
a light, electric cyan · cool · closest name: skyblue
RGB
172, 235, 247
HSL
190°, 82%, 82%
CMYK
30, 5, 0, 3
Luminance
0.7490
Every format
| HEX | #acebf7 |
| RGB | rgb(172, 235, 247) |
| HSL | hsl(190, 82%, 82%) |
| CMYK | cmyk(30%, 5%, 0%, 3%) |
| LAB | lab(89.3 -17.0 -12.2) |
| LCH | lch(89.3 20.9 215.7) |
| OKLCH | oklch(0.902 0.065 210.6) |
Copy-ready code
/* CSS */
color: #acebf7;
background-color: #acebf7;
/* Tailwind (arbitrary) */
class="text-[#acebf7] bg-[#acebf7]"
/* SCSS */
$brand: #acebf7;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.969)
/* Android */
Color.parseColor("#acebf7")Accessibility — WCAG contrast
Aa
#acebf7 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebf7 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue96.9%
CMYK percentages
Cyan30.4%
Magenta4.9%
Yellow0.0%
Key (black)3.1%
Color previews
#acebf7 text on a black background
contrast 15.98:1
Card sample
#acebf7 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebf7;
Background color
Panel with #acebf7 background
background-color: #acebf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebf7; background: linear-gradient(135deg, #acebf7, #ACB9F7);