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