#aceceb
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 236, 235
HSL
179°, 63%, 80%
CMYK
27, 0, 0, 8
Luminance
0.7476
Every format
| HEX | #aceceb |
| RGB | rgb(172, 236, 235) |
| HSL | hsl(179, 63%, 80%) |
| CMYK | cmyk(27%, 0%, 0%, 8%) |
| LAB | lab(89.3 -20.2 -6.0) |
| LCH | lch(89.3 21.0 196.6) |
| OKLCH | oklch(0.900 0.064 194.9) |
Copy-ready code
/* CSS */
color: #aceceb;
background-color: #aceceb;
/* Tailwind (arbitrary) */
class="text-[#aceceb] bg-[#aceceb]"
/* SCSS */
$brand: #aceceb;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#aceceb")Accessibility — WCAG contrast
Aa
#aceceb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceceb on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#aceceb text on a black background
contrast 15.95:1
Card sample
#aceceb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceceb;
Background color
Panel with #aceceb background
background-color: #aceceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceceb; background: linear-gradient(135deg, #aceceb, #ACC2EC);