#a7eee7
a light, vivid cyan · cool · closest name: skyblue
RGB
167, 238, 231
HSL
174°, 68%, 79%
CMYK
30, 0, 3, 7
Luminance
0.7513
Every format
| HEX | #a7eee7 |
| RGB | rgb(167, 238, 231) |
| HSL | hsl(174, 68%, 79%) |
| CMYK | cmyk(30%, 0%, 3%, 7%) |
| LAB | lab(89.5 -23.4 -3.7) |
| LCH | lch(89.5 23.7 188.9) |
| OKLCH | oklch(0.900 0.071 188.3) |
Copy-ready code
/* CSS */
color: #a7eee7;
background-color: #a7eee7;
/* Tailwind (arbitrary) */
class="text-[#a7eee7] bg-[#a7eee7]"
/* SCSS */
$brand: #a7eee7;
/* SwiftUI */
Color(red: 0.655, green: 0.933, blue: 0.906)
/* Android */
Color.parseColor("#a7eee7")Accessibility — WCAG contrast
Aa
#a7eee7 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7eee7 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green93.3%
Blue90.6%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow2.9%
Key (black)6.7%
Color previews
#a7eee7 text on a black background
contrast 16.03:1
Card sample
#a7eee7 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7eee7;
Background color
Panel with #a7eee7 background
background-color: #a7eee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7eee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 238, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 238, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7eee7; background: linear-gradient(135deg, #a7eee7, #A7C6EE);