#acfce2
a light, electric cyan · cool · closest name: aquamarine
RGB
172, 252, 226
HSL
161°, 93%, 83%
CMYK
32, 0, 10, 1
Luminance
0.8388
Every format
| HEX | #acfce2 |
| RGB | rgb(172, 252, 226) |
| HSL | hsl(161, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 10%, 1%) |
| LAB | lab(93.4 -29.8 4.7) |
| LCH | lch(93.4 30.2 171.0) |
| OKLCH | oklch(0.932 0.086 172.0) |
Copy-ready code
/* CSS */
color: #acfce2;
background-color: #acfce2;
/* Tailwind (arbitrary) */
class="text-[#acfce2] bg-[#acfce2]"
/* SCSS */
$brand: #acfce2;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.886)
/* Android */
Color.parseColor("#acfce2")Accessibility — WCAG contrast
Aa
#acfce2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfce2 on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue88.6%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow10.3%
Key (black)1.2%
Color previews
#acfce2 text on a black background
contrast 17.78:1
Card sample
#acfce2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfce2;
Background color
Panel with #acfce2 background
background-color: #acfce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfce2; background: linear-gradient(135deg, #acfce2, #ACE1FC);