#0f779f
a dark, electric cyan · cool · closest name: steelblue
RGB
15, 119, 159
HSL
197°, 83%, 34%
CMYK
91, 25, 0, 38
Luminance
0.1580
Every format
| HEX | #0f779f |
| RGB | rgb(15, 119, 159) |
| HSL | hsl(197, 83%, 34%) |
| CMYK | cmyk(91%, 25%, 0%, 38%) |
| LAB | lab(46.7 -12.3 -29.1) |
| LCH | lch(46.7 31.6 247.0) |
| OKLCH | oklch(0.535 0.105 231.6) |
Copy-ready code
/* CSS */
color: #0f779f;
background-color: #0f779f;
/* Tailwind (arbitrary) */
class="text-[#0f779f] bg-[#0f779f]"
/* SCSS */
$brand: #0f779f;
/* SwiftUI */
Color(red: 0.059, green: 0.467, blue: 0.624)
/* Android */
Color.parseColor("#0f779f")Accessibility — WCAG contrast
Aa
#0f779f on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f779f on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green46.7%
Blue62.4%
CMYK percentages
Cyan90.6%
Magenta25.2%
Yellow0.0%
Key (black)37.6%
Color previews
#0f779f text on a black background
contrast 4.16:1
Card sample
#0f779f text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f779f;
Background color
Panel with #0f779f background
background-color: #0f779f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f779f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 119, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 119, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f779f; background: linear-gradient(135deg, #0f779f, #0F179F);