#0977cc
a dark, electric blue · cool · closest name: dodgerblue
RGB
9, 119, 204
HSL
206°, 92%, 42%
CMYK
96, 42, 0, 20
Luminance
0.1761
Every format
| HEX | #0977cc |
| RGB | rgb(9, 119, 204) |
| HSL | hsl(206, 92%, 42%) |
| CMYK | cmyk(96%, 42%, 0%, 20%) |
| LAB | lab(49.0 4.8 -51.5) |
| LCH | lch(49.0 51.7 275.3) |
| OKLCH | oklch(0.561 0.157 250.3) |
Copy-ready code
/* CSS */
color: #0977cc;
background-color: #0977cc;
/* Tailwind (arbitrary) */
class="text-[#0977cc] bg-[#0977cc]"
/* SCSS */
$brand: #0977cc;
/* SwiftUI */
Color(red: 0.035, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#0977cc")Accessibility — WCAG contrast
Aa
#0977cc on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0977cc on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green46.7%
Blue80.0%
CMYK percentages
Cyan95.6%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#0977cc text on a black background
contrast 4.52:1
Card sample
#0977cc text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0977cc;
Background color
Panel with #0977cc background
background-color: #0977cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0977cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0977cc; background: linear-gradient(135deg, #0977cc, #1D09CC);