#7eb3ac
a balanced, soft cyan · cool · closest name: silver
RGB
126, 179, 172
HSL
172°, 26%, 60%
CMYK
30, 0, 4, 30
Luminance
0.3965
Every format
| HEX | #7eb3ac |
| RGB | rgb(126, 179, 172) |
| HSL | hsl(172, 26%, 60%) |
| CMYK | cmyk(30%, 0%, 4%, 30%) |
| LAB | lab(69.2 -18.9 -2.0) |
| LCH | lch(69.2 19.0 186.1) |
| OKLCH | oklch(0.728 0.057 185.8) |
Copy-ready code
/* CSS */
color: #7eb3ac;
background-color: #7eb3ac;
/* Tailwind (arbitrary) */
class="text-[#7eb3ac] bg-[#7eb3ac]"
/* SCSS */
$brand: #7eb3ac;
/* SwiftUI */
Color(red: 0.494, green: 0.702, blue: 0.675)
/* Android */
Color.parseColor("#7eb3ac")Accessibility — WCAG contrast
Aa
#7eb3ac on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb3ac on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green70.2%
Blue67.5%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow3.9%
Key (black)29.8%
Color previews
#7eb3ac text on a black background
contrast 8.93:1
Card sample
#7eb3ac text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb3ac;
Background color
Panel with #7eb3ac background
background-color: #7eb3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 179, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 179, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb3ac; background: linear-gradient(135deg, #7eb3ac, #7E97B3);