#a3fcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
163, 252, 223
HSL
160°, 94%, 81%
CMYK
35, 0, 12, 1
Luminance
0.8274
Every format
| HEX | #a3fcdf |
| RGB | rgb(163, 252, 223) |
| HSL | hsl(160, 94%, 81%) |
| CMYK | cmyk(35%, 0%, 12%, 1%) |
| LAB | lab(92.9 -32.9 5.5) |
| LCH | lch(92.9 33.4 170.6) |
| OKLCH | oklch(0.927 0.095 171.5) |
Copy-ready code
/* CSS */
color: #a3fcdf;
background-color: #a3fcdf;
/* Tailwind (arbitrary) */
class="text-[#a3fcdf] bg-[#a3fcdf]"
/* SCSS */
$brand: #a3fcdf;
/* SwiftUI */
Color(red: 0.639, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#a3fcdf")Accessibility — WCAG contrast
Aa
#a3fcdf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3fcdf on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green98.8%
Blue87.5%
CMYK percentages
Cyan35.3%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#a3fcdf text on a black background
contrast 17.55:1
Card sample
#a3fcdf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3fcdf;
Background color
Panel with #a3fcdf background
background-color: #a3fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3fcdf; background: linear-gradient(135deg, #a3fcdf, #A3DEFC);