#1f7a99
a dark, vivid cyan · cool · closest name: steelblue
RGB
31, 122, 153
HSL
195°, 66%, 36%
CMYK
80, 20, 0, 40
Luminance
0.1651
Every format
| HEX | #1f7a99 |
| RGB | rgb(31, 122, 153) |
| HSL | hsl(195, 66%, 36%) |
| CMYK | cmyk(80%, 20%, 0%, 40%) |
| LAB | lab(47.6 -14.9 -24.1) |
| LCH | lch(47.6 28.3 238.3) |
| OKLCH | oklch(0.542 0.094 226.1) |
Copy-ready code
/* CSS */
color: #1f7a99;
background-color: #1f7a99;
/* Tailwind (arbitrary) */
class="text-[#1f7a99] bg-[#1f7a99]"
/* SCSS */
$brand: #1f7a99;
/* SwiftUI */
Color(red: 0.122, green: 0.478, blue: 0.600)
/* Android */
Color.parseColor("#1f7a99")Accessibility — WCAG contrast
Aa
#1f7a99 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f7a99 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green47.8%
Blue60.0%
CMYK percentages
Cyan79.7%
Magenta20.3%
Yellow0.0%
Key (black)40.0%
Color previews
#1f7a99 text on a black background
contrast 4.30:1
Card sample
#1f7a99 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f7a99;
Background color
Panel with #1f7a99 background
background-color: #1f7a99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f7a99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 122, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 122, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f7a99; background: linear-gradient(135deg, #1f7a99, #1F2999);