#7b9da2
a balanced, soft cyan · cool · closest name: gray
RGB
123, 157, 162
HSL
188°, 17%, 56%
CMYK
24, 3, 0, 37
Luminance
0.3093
Every format
| HEX | #7b9da2 |
| RGB | rgb(123, 157, 162) |
| HSL | hsl(188, 17%, 56%) |
| CMYK | cmyk(24%, 3%, 0%, 37%) |
| LAB | lab(62.5 -10.5 -6.5) |
| LCH | lch(62.5 12.3 211.6) |
| OKLCH | oklch(0.672 0.038 207.4) |
Copy-ready code
/* CSS */
color: #7b9da2;
background-color: #7b9da2;
/* Tailwind (arbitrary) */
class="text-[#7b9da2] bg-[#7b9da2]"
/* SCSS */
$brand: #7b9da2;
/* SwiftUI */
Color(red: 0.482, green: 0.616, blue: 0.635)
/* Android */
Color.parseColor("#7b9da2")Accessibility — WCAG contrast
Aa
#7b9da2 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7b9da2 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green61.6%
Blue63.5%
CMYK percentages
Cyan24.1%
Magenta3.1%
Yellow0.0%
Key (black)36.5%
Color previews
#7b9da2 text on a black background
contrast 7.19:1
Card sample
#7b9da2 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b9da2;
Background color
Panel with #7b9da2 background
background-color: #7b9da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b9da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 157, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 157, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b9da2; background: linear-gradient(135deg, #7b9da2, #7B83A2);