#0f6dbb
a dark, electric blue · cool · closest name: steelblue
RGB
15, 109, 187
HSL
207°, 85%, 40%
CMYK
92, 42, 0, 27
Luminance
0.1463
Every format
| HEX | #0f6dbb |
| RGB | rgb(15, 109, 187) |
| HSL | hsl(207, 85%, 40%) |
| CMYK | cmyk(92%, 42%, 0%, 27%) |
| LAB | lab(45.1 4.5 -48.0) |
| LCH | lch(45.1 48.2 275.4) |
| OKLCH | oklch(0.527 0.146 250.6) |
Copy-ready code
/* CSS */
color: #0f6dbb;
background-color: #0f6dbb;
/* Tailwind (arbitrary) */
class="text-[#0f6dbb] bg-[#0f6dbb]"
/* SCSS */
$brand: #0f6dbb;
/* SwiftUI */
Color(red: 0.059, green: 0.427, blue: 0.733)
/* Android */
Color.parseColor("#0f6dbb")Accessibility — WCAG contrast
Aa
#0f6dbb on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f6dbb on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green42.7%
Blue73.3%
CMYK percentages
Cyan92.0%
Magenta41.7%
Yellow0.0%
Key (black)26.7%
Color previews
#0f6dbb text on a black background
contrast 3.93:1
Card sample
#0f6dbb text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f6dbb;
Background color
Panel with #0f6dbb background
background-color: #0f6dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f6dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 109, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 109, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f6dbb; background: linear-gradient(135deg, #0f6dbb, #240FBB);