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