#acfeee
a light, electric cyan · cool · closest name: aquamarine
RGB
172, 254, 238
HSL
168°, 98%, 84%
CMYK
32, 0, 6, 0
Luminance
0.8583
Every format
| HEX | #acfeee |
| RGB | rgb(172, 254, 238) |
| HSL | hsl(168, 98%, 84%) |
| CMYK | cmyk(32%, 0%, 6%, 0%) |
| LAB | lab(94.2 -28.2 -0.3) |
| LCH | lch(94.2 28.2 180.6) |
| OKLCH | oklch(0.940 0.083 180.8) |
Copy-ready code
/* CSS */
color: #acfeee;
background-color: #acfeee;
/* Tailwind (arbitrary) */
class="text-[#acfeee] bg-[#acfeee]"
/* SCSS */
$brand: #acfeee;
/* SwiftUI */
Color(red: 0.675, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#acfeee")Accessibility — WCAG contrast
Aa
#acfeee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfeee on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.6%
Blue93.3%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#acfeee text on a black background
contrast 18.17:1
Card sample
#acfeee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfeee;
Background color
Panel with #acfeee background
background-color: #acfeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfeee; background: linear-gradient(135deg, #acfeee, #ACD7FE);