#a7f3eb
a light, electric cyan · cool · closest name: turquoise
RGB
167, 243, 235
HSL
174°, 76%, 80%
CMYK
31, 0, 3, 5
Luminance
0.7831
Every format
| HEX | #a7f3eb |
| RGB | rgb(167, 243, 235) |
| HSL | hsl(174, 76%, 80%) |
| CMYK | cmyk(31%, 0%, 3%, 5%) |
| LAB | lab(90.9 -25.0 -3.6) |
| LCH | lch(90.9 25.2 188.2) |
| OKLCH | oklch(0.912 0.076 187.7) |
Copy-ready code
/* CSS */
color: #a7f3eb;
background-color: #a7f3eb;
/* Tailwind (arbitrary) */
class="text-[#a7f3eb] bg-[#a7f3eb]"
/* SCSS */
$brand: #a7f3eb;
/* SwiftUI */
Color(red: 0.655, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#a7f3eb")Accessibility — WCAG contrast
Aa
#a7f3eb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7f3eb on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green95.3%
Blue92.2%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#a7f3eb text on a black background
contrast 16.66:1
Card sample
#a7f3eb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7f3eb;
Background color
Panel with #a7f3eb background
background-color: #a7f3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7f3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7f3eb; background: linear-gradient(135deg, #a7f3eb, #A7C8F3);