#0f7fba
a dark, electric blue · cool · closest name: steelblue
RGB
15, 127, 186
HSL
201°, 85%, 39%
CMYK
92, 32, 0, 27
Luminance
0.1883
Every format
| HEX | #0f7fba |
| RGB | rgb(15, 127, 186) |
| HSL | hsl(201, 85%, 39%) |
| CMYK | cmyk(92%, 32%, 0%, 27%) |
| LAB | lab(50.5 -6.8 -38.9) |
| LCH | lch(50.5 39.4 260.1) |
| OKLCH | oklch(0.569 0.127 240.3) |
Copy-ready code
/* CSS */
color: #0f7fba;
background-color: #0f7fba;
/* Tailwind (arbitrary) */
class="text-[#0f7fba] bg-[#0f7fba]"
/* SCSS */
$brand: #0f7fba;
/* SwiftUI */
Color(red: 0.059, green: 0.498, blue: 0.729)
/* Android */
Color.parseColor("#0f7fba")Accessibility — WCAG contrast
Aa
#0f7fba on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f7fba on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green49.8%
Blue72.9%
CMYK percentages
Cyan91.9%
Magenta31.7%
Yellow0.0%
Key (black)27.1%
Color previews
#0f7fba text on a black background
contrast 4.77:1
Card sample
#0f7fba text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f7fba;
Background color
Panel with #0f7fba background
background-color: #0f7fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f7fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 127, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 127, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f7fba; background: linear-gradient(135deg, #0f7fba, #110FBA);