#acebef
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 235, 239
HSL
184°, 68%, 81%
CMYK
28, 2, 0, 6
Luminance
0.7442
Every format
| HEX | #acebef |
| RGB | rgb(172, 235, 239) |
| HSL | hsl(184, 68%, 81%) |
| CMYK | cmyk(28%, 2%, 0%, 6%) |
| LAB | lab(89.1 -18.8 -8.3) |
| LCH | lch(89.1 20.5 203.9) |
| OKLCH | oklch(0.899 0.064 201.0) |
Copy-ready code
/* CSS */
color: #acebef;
background-color: #acebef;
/* Tailwind (arbitrary) */
class="text-[#acebef] bg-[#acebef]"
/* SCSS */
$brand: #acebef;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.937)
/* Android */
Color.parseColor("#acebef")Accessibility — WCAG contrast
Aa
#acebef on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebef on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue93.7%
CMYK percentages
Cyan28.0%
Magenta1.7%
Yellow0.0%
Key (black)6.3%
Color previews
#acebef text on a black background
contrast 15.88:1
Card sample
#acebef text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebef;
Background color
Panel with #acebef background
background-color: #acebef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebef; background: linear-gradient(135deg, #acebef, #ACBEEF);