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