#0f7eb8
a dark, electric blue · cool · closest name: steelblue
RGB
15, 126, 184
HSL
201°, 85%, 39%
CMYK
92, 32, 0, 28
Luminance
0.1848
Every format
| HEX | #0f7eb8 |
| RGB | rgb(15, 126, 184) |
| HSL | hsl(201, 85%, 39%) |
| CMYK | cmyk(92%, 32%, 0%, 28%) |
| LAB | lab(50.1 -7.0 -38.3) |
| LCH | lch(50.1 39.0 259.7) |
| OKLCH | oklch(0.566 0.126 240.0) |
Copy-ready code
/* CSS */
color: #0f7eb8;
background-color: #0f7eb8;
/* Tailwind (arbitrary) */
class="text-[#0f7eb8] bg-[#0f7eb8]"
/* SCSS */
$brand: #0f7eb8;
/* SwiftUI */
Color(red: 0.059, green: 0.494, blue: 0.722)
/* Android */
Color.parseColor("#0f7eb8")Accessibility — WCAG contrast
Aa
#0f7eb8 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f7eb8 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green49.4%
Blue72.2%
CMYK percentages
Cyan91.8%
Magenta31.5%
Yellow0.0%
Key (black)27.8%
Color previews
#0f7eb8 text on a black background
contrast 4.70:1
Card sample
#0f7eb8 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f7eb8;
Background color
Panel with #0f7eb8 background
background-color: #0f7eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f7eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 126, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 126, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f7eb8; background: linear-gradient(135deg, #0f7eb8, #110FB8);