#7f9caa
a balanced, soft cyan · cool · closest name: gray
RGB
127, 156, 170
HSL
200°, 20%, 58%
CMYK
25, 8, 0, 33
Luminance
0.3119
Every format
| HEX | #7f9caa |
| RGB | rgb(127, 156, 170) |
| HSL | hsl(200, 20%, 58%) |
| CMYK | cmyk(25%, 8%, 0%, 33%) |
| LAB | lab(62.7 -6.8 -10.6) |
| LCH | lch(62.7 12.6 237.3) |
| OKLCH | oklch(0.675 0.038 228.8) |
Copy-ready code
/* CSS */
color: #7f9caa;
background-color: #7f9caa;
/* Tailwind (arbitrary) */
class="text-[#7f9caa] bg-[#7f9caa]"
/* SCSS */
$brand: #7f9caa;
/* SwiftUI */
Color(red: 0.498, green: 0.612, blue: 0.667)
/* Android */
Color.parseColor("#7f9caa")Accessibility — WCAG contrast
Aa
#7f9caa on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7f9caa on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green61.2%
Blue66.7%
CMYK percentages
Cyan25.3%
Magenta8.2%
Yellow0.0%
Key (black)33.3%
Color previews
#7f9caa text on a black background
contrast 7.24:1
Card sample
#7f9caa text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f9caa;
Background color
Panel with #7f9caa background
background-color: #7f9caa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f9caa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 156, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 156, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f9caa; background: linear-gradient(135deg, #7f9caa, #7F7FAA);