#0f65af
a dark, electric blue · cool · closest name: steelblue
RGB
15, 101, 175
HSL
208°, 84%, 37%
CMYK
91, 42, 0, 31
Luminance
0.1250
Every format
| HEX | #0f65af |
| RGB | rgb(15, 101, 175) |
| HSL | hsl(208, 84%, 37%) |
| CMYK | cmyk(91%, 42%, 0%, 31%) |
| LAB | lab(42.0 4.8 -45.9) |
| LCH | lch(42.0 46.2 276.0) |
| OKLCH | oklch(0.501 0.139 251.1) |
Copy-ready code
/* CSS */
color: #0f65af;
background-color: #0f65af;
/* Tailwind (arbitrary) */
class="text-[#0f65af] bg-[#0f65af]"
/* SCSS */
$brand: #0f65af;
/* SwiftUI */
Color(red: 0.059, green: 0.396, blue: 0.686)
/* Android */
Color.parseColor("#0f65af")Accessibility — WCAG contrast
Aa
#0f65af on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f65af on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green39.6%
Blue68.6%
CMYK percentages
Cyan91.4%
Magenta42.3%
Yellow0.0%
Key (black)31.4%
Color previews
#0f65af text on a black background
contrast 3.50:1
Card sample
#0f65af text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f65af;
Background color
Panel with #0f65af background
background-color: #0f65af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f65af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 101, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 101, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f65af; background: linear-gradient(135deg, #0f65af, #240FAF);