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