#0f7dbb
a dark, electric blue · cool · closest name: steelblue
RGB
15, 125, 187
HSL
202°, 85%, 40%
CMYK
92, 33, 0, 27
Luminance
0.1836
Every format
| HEX | #0f7dbb |
| RGB | rgb(15, 125, 187) |
| HSL | hsl(202, 85%, 40%) |
| CMYK | cmyk(92%, 33%, 0%, 27%) |
| LAB | lab(49.9 -5.3 -40.3) |
| LCH | lch(49.9 40.6 262.6) |
| OKLCH | oklch(0.565 0.130 242.0) |
Copy-ready code
/* CSS */
color: #0f7dbb;
background-color: #0f7dbb;
/* Tailwind (arbitrary) */
class="text-[#0f7dbb] bg-[#0f7dbb]"
/* SCSS */
$brand: #0f7dbb;
/* SwiftUI */
Color(red: 0.059, green: 0.490, blue: 0.733)
/* Android */
Color.parseColor("#0f7dbb")Accessibility — WCAG contrast
Aa
#0f7dbb on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f7dbb on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green49.0%
Blue73.3%
CMYK percentages
Cyan92.0%
Magenta33.2%
Yellow0.0%
Key (black)26.7%
Color previews
#0f7dbb text on a black background
contrast 4.67:1
Card sample
#0f7dbb text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f7dbb;
Background color
Panel with #0f7dbb background
background-color: #0f7dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f7dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 125, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 125, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f7dbb; background: linear-gradient(135deg, #0f7dbb, #140FBB);