#a7fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
167, 251, 223
HSL
160°, 91%, 82%
CMYK
34, 0, 11, 2
Luminance
0.8254
Every format
| HEX | #a7fbdf |
| RGB | rgb(167, 251, 223) |
| HSL | hsl(160, 91%, 82%) |
| CMYK | cmyk(34%, 0%, 11%, 2%) |
| LAB | lab(92.8 -31.3 5.4) |
| LCH | lch(92.8 31.8 170.3) |
| OKLCH | oklch(0.927 0.091 171.3) |
Copy-ready code
/* CSS */
color: #a7fbdf;
background-color: #a7fbdf;
/* Tailwind (arbitrary) */
class="text-[#a7fbdf] bg-[#a7fbdf]"
/* SCSS */
$brand: #a7fbdf;
/* SwiftUI */
Color(red: 0.655, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#a7fbdf")Accessibility — WCAG contrast
Aa
#a7fbdf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fbdf on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green98.4%
Blue87.5%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#a7fbdf text on a black background
contrast 17.51:1
Card sample
#a7fbdf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fbdf;
Background color
Panel with #a7fbdf background
background-color: #a7fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fbdf; background: linear-gradient(135deg, #a7fbdf, #A7DFFB);