#a4eceb
a light, vivid cyan · cool · closest name: skyblue
RGB
164, 236, 235
HSL
179°, 66%, 78%
CMYK
31, 0, 0, 8
Luminance
0.7388
Every format
| HEX | #a4eceb |
| RGB | rgb(164, 236, 235) |
| HSL | hsl(179, 66%, 78%) |
| CMYK | cmyk(31%, 0%, 0%, 8%) |
| LAB | lab(88.9 -22.4 -6.7) |
| LCH | lch(88.9 23.4 196.6) |
| OKLCH | oklch(0.896 0.071 194.9) |
Copy-ready code
/* CSS */
color: #a4eceb;
background-color: #a4eceb;
/* Tailwind (arbitrary) */
class="text-[#a4eceb] bg-[#a4eceb]"
/* SCSS */
$brand: #a4eceb;
/* SwiftUI */
Color(red: 0.643, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#a4eceb")Accessibility — WCAG contrast
Aa
#a4eceb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4eceb on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green92.5%
Blue92.2%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#a4eceb text on a black background
contrast 15.78:1
Card sample
#a4eceb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4eceb;
Background color
Panel with #a4eceb background
background-color: #a4eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4eceb; background: linear-gradient(135deg, #a4eceb, #A4BDEC);