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