#7da0af
a balanced, soft cyan · cool · closest name: gray
RGB
125, 160, 175
HSL
198°, 24%, 59%
CMYK
29, 9, 0, 31
Luminance
0.3260
Every format
| HEX | #7da0af |
| RGB | rgb(125, 160, 175) |
| HSL | hsl(198, 24%, 59%) |
| CMYK | cmyk(29%, 9%, 0%, 31%) |
| LAB | lab(63.8 -8.4 -11.7) |
| LCH | lch(63.8 14.4 234.3) |
| OKLCH | oklch(0.685 0.044 226.0) |
Copy-ready code
/* CSS */
color: #7da0af;
background-color: #7da0af;
/* Tailwind (arbitrary) */
class="text-[#7da0af] bg-[#7da0af]"
/* SCSS */
$brand: #7da0af;
/* SwiftUI */
Color(red: 0.490, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#7da0af")Accessibility — WCAG contrast
Aa
#7da0af on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7da0af on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green62.7%
Blue68.6%
CMYK percentages
Cyan28.6%
Magenta8.6%
Yellow0.0%
Key (black)31.4%
Color previews
#7da0af text on a black background
contrast 7.52:1
Card sample
#7da0af text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7da0af;
Background color
Panel with #7da0af background
background-color: #7da0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7da0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7da0af; background: linear-gradient(135deg, #7da0af, #7D7FAF);