#7da2af
a balanced, soft cyan · cool · closest name: gray
RGB
125, 162, 175
HSL
196°, 24%, 59%
CMYK
29, 7, 0, 31
Luminance
0.3330
Every format
| HEX | #7da2af |
| RGB | rgb(125, 162, 175) |
| HSL | hsl(196, 24%, 59%) |
| CMYK | cmyk(29%, 7%, 0%, 31%) |
| LAB | lab(64.4 -9.5 -10.8) |
| LCH | lch(64.4 14.4 228.8) |
| OKLCH | oklch(0.689 0.045 221.4) |
Copy-ready code
/* CSS */
color: #7da2af;
background-color: #7da2af;
/* Tailwind (arbitrary) */
class="text-[#7da2af] bg-[#7da2af]"
/* SCSS */
$brand: #7da2af;
/* SwiftUI */
Color(red: 0.490, green: 0.635, blue: 0.686)
/* Android */
Color.parseColor("#7da2af")Accessibility — WCAG contrast
Aa
#7da2af on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7da2af on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green63.5%
Blue68.6%
CMYK percentages
Cyan28.6%
Magenta7.4%
Yellow0.0%
Key (black)31.4%
Color previews
#7da2af text on a black background
contrast 7.66:1
Card sample
#7da2af text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7da2af;
Background color
Panel with #7da2af background
background-color: #7da2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7da2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 162, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 162, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7da2af; background: linear-gradient(135deg, #7da2af, #7D81AF);