#09779f
a dark, electric cyan · cool · closest name: steelblue
RGB
9, 119, 159
HSL
196°, 89%, 33%
CMYK
94, 25, 0, 38
Luminance
0.1575
Every format
| HEX | #09779f |
| RGB | rgb(9, 119, 159) |
| HSL | hsl(196, 89%, 33%) |
| CMYK | cmyk(94%, 25%, 0%, 38%) |
| LAB | lab(46.6 -12.7 -29.2) |
| LCH | lch(46.6 31.8 246.6) |
| OKLCH | oklch(0.534 0.106 231.2) |
Copy-ready code
/* CSS */
color: #09779f;
background-color: #09779f;
/* Tailwind (arbitrary) */
class="text-[#09779f] bg-[#09779f]"
/* SCSS */
$brand: #09779f;
/* SwiftUI */
Color(red: 0.035, green: 0.467, blue: 0.624)
/* Android */
Color.parseColor("#09779f")Accessibility — WCAG contrast
Aa
#09779f on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#09779f on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green46.7%
Blue62.4%
CMYK percentages
Cyan94.3%
Magenta25.2%
Yellow0.0%
Key (black)37.6%
Color previews
#09779f text on a black background
contrast 4.15:1
Card sample
#09779f text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09779f;
Background color
Panel with #09779f background
background-color: #09779f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09779f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 119, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 119, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09779f; background: linear-gradient(135deg, #09779f, #09139F);