#a4ecdf
a light, vivid cyan · cool · closest name: turquoise
RGB
164, 236, 223
HSL
169°, 66%, 78%
CMYK
31, 0, 6, 8
Luminance
0.7321
Every format
| HEX | #a4ecdf |
| RGB | rgb(164, 236, 223) |
| HSL | hsl(169, 66%, 78%) |
| CMYK | cmyk(31%, 0%, 6%, 8%) |
| LAB | lab(88.5 -25.0 -0.8) |
| LCH | lch(88.5 25.0 181.9) |
| OKLCH | oklch(0.892 0.074 182.1) |
Copy-ready code
/* CSS */
color: #a4ecdf;
background-color: #a4ecdf;
/* Tailwind (arbitrary) */
class="text-[#a4ecdf] bg-[#a4ecdf]"
/* SCSS */
$brand: #a4ecdf;
/* SwiftUI */
Color(red: 0.643, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#a4ecdf")Accessibility — WCAG contrast
Aa
#a4ecdf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4ecdf on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green92.5%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#a4ecdf text on a black background
contrast 15.64:1
Card sample
#a4ecdf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4ecdf;
Background color
Panel with #a4ecdf background
background-color: #a4ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4ecdf; background: linear-gradient(135deg, #a4ecdf, #A4C9EC);