#0a7dbb
a dark, electric blue · cool · closest name: steelblue
RGB
10, 125, 187
HSL
201°, 90%, 39%
CMYK
95, 33, 0, 27
Luminance
0.1832
Every format
| HEX | #0a7dbb |
| RGB | rgb(10, 125, 187) |
| HSL | hsl(201, 90%, 39%) |
| CMYK | cmyk(95%, 33%, 0%, 27%) |
| LAB | lab(49.9 -5.5 -40.4) |
| LCH | lch(49.9 40.8 262.3) |
| OKLCH | oklch(0.565 0.131 241.7) |
Copy-ready code
/* CSS */
color: #0a7dbb;
background-color: #0a7dbb;
/* Tailwind (arbitrary) */
class="text-[#0a7dbb] bg-[#0a7dbb]"
/* SCSS */
$brand: #0a7dbb;
/* SwiftUI */
Color(red: 0.039, green: 0.490, blue: 0.733)
/* Android */
Color.parseColor("#0a7dbb")Accessibility — WCAG contrast
Aa
#0a7dbb on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0a7dbb on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green49.0%
Blue73.3%
CMYK percentages
Cyan94.7%
Magenta33.2%
Yellow0.0%
Key (black)26.7%
Color previews
#0a7dbb text on a black background
contrast 4.66:1
Card sample
#0a7dbb text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a7dbb;
Background color
Panel with #0a7dbb background
background-color: #0a7dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a7dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 125, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 125, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a7dbb; background: linear-gradient(135deg, #0a7dbb, #0D0ABB);