#7cbaad
a balanced, soft cyan · cool · closest name: silver
RGB
124, 186, 173
HSL
167°, 31%, 61%
CMYK
33, 0, 7, 27
Luminance
0.4242
Every format
| HEX | #7cbaad |
| RGB | rgb(124, 186, 173) |
| HSL | hsl(167, 31%, 61%) |
| CMYK | cmyk(33%, 0%, 7%, 27%) |
| LAB | lab(71.2 -22.8 0.3) |
| LCH | lch(71.2 22.8 179.4) |
| OKLCH | oklch(0.743 0.067 179.7) |
Copy-ready code
/* CSS */
color: #7cbaad;
background-color: #7cbaad;
/* Tailwind (arbitrary) */
class="text-[#7cbaad] bg-[#7cbaad]"
/* SCSS */
$brand: #7cbaad;
/* SwiftUI */
Color(red: 0.486, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#7cbaad")Accessibility — WCAG contrast
Aa
#7cbaad on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbaad on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green72.9%
Blue67.8%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow7.0%
Key (black)27.1%
Color previews
#7cbaad text on a black background
contrast 9.48:1
Card sample
#7cbaad text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbaad;
Background color
Panel with #7cbaad background
background-color: #7cbaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbaad; background: linear-gradient(135deg, #7cbaad, #7C9EBA);