#acefec
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 239, 236
HSL
177°, 68%, 81%
CMYK
28, 0, 1, 6
Luminance
0.7656
Every format
| HEX | #acefec |
| RGB | rgb(172, 239, 236) |
| HSL | hsl(177, 68%, 81%) |
| CMYK | cmyk(28%, 0%, 1%, 6%) |
| LAB | lab(90.1 -21.4 -5.3) |
| LCH | lch(90.1 22.1 193.9) |
| OKLCH | oklch(0.907 0.067 192.5) |
Copy-ready code
/* CSS */
color: #acefec;
background-color: #acefec;
/* Tailwind (arbitrary) */
class="text-[#acefec] bg-[#acefec]"
/* SCSS */
$brand: #acefec;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#acefec")Accessibility — WCAG contrast
Aa
#acefec on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acefec on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue92.5%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#acefec text on a black background
contrast 16.31:1
Card sample
#acefec text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acefec;
Background color
Panel with #acefec background
background-color: #acefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acefec; background: linear-gradient(135deg, #acefec, #ACC5EF);