#7e9da9
a balanced, soft cyan · cool · closest name: gray
RGB
126, 157, 169
HSL
197°, 20%, 58%
CMYK
25, 7, 0, 34
Luminance
0.3141
Every format
| HEX | #7e9da9 |
| RGB | rgb(126, 157, 169) |
| HSL | hsl(197, 20%, 58%) |
| CMYK | cmyk(25%, 7%, 0%, 34%) |
| LAB | lab(62.9 -7.9 -9.8) |
| LCH | lch(62.9 12.6 231.0) |
| OKLCH | oklch(0.677 0.039 223.4) |
Copy-ready code
/* CSS */
color: #7e9da9;
background-color: #7e9da9;
/* Tailwind (arbitrary) */
class="text-[#7e9da9] bg-[#7e9da9]"
/* SCSS */
$brand: #7e9da9;
/* SwiftUI */
Color(red: 0.494, green: 0.616, blue: 0.663)
/* Android */
Color.parseColor("#7e9da9")Accessibility — WCAG contrast
Aa
#7e9da9 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7e9da9 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green61.6%
Blue66.3%
CMYK percentages
Cyan25.4%
Magenta7.1%
Yellow0.0%
Key (black)33.7%
Color previews
#7e9da9 text on a black background
contrast 7.28:1
Card sample
#7e9da9 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e9da9;
Background color
Panel with #7e9da9 background
background-color: #7e9da9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e9da9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 157, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 157, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e9da9; background: linear-gradient(135deg, #7e9da9, #7E80A9);