#0f486f
a deep, electric blue · cool · closest name: steelblue
RGB
15, 72, 111
HSL
204°, 76%, 25%
CMYK
87, 35, 0, 57
Luminance
0.0588
Every format
| HEX | #0f486f |
| RGB | rgb(15, 72, 111) |
| HSL | hsl(204, 76%, 25%) |
| CMYK | cmyk(87%, 35%, 0%, 57%) |
| LAB | lab(29.1 -2.5 -27.5) |
| LCH | lch(29.1 27.6 264.9) |
| OKLCH | oklch(0.387 0.087 244.3) |
Copy-ready code
/* CSS */
color: #0f486f;
background-color: #0f486f;
/* Tailwind (arbitrary) */
class="text-[#0f486f] bg-[#0f486f]"
/* SCSS */
$brand: #0f486f;
/* SwiftUI */
Color(red: 0.059, green: 0.282, blue: 0.435)
/* Android */
Color.parseColor("#0f486f")Accessibility — WCAG contrast
Aa
#0f486f on white: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f486f on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green28.2%
Blue43.5%
CMYK percentages
Cyan86.5%
Magenta35.1%
Yellow0.0%
Key (black)56.5%
Color previews
#0f486f text on a black background
contrast 2.18:1
Card sample
#0f486f text on a white background
contrast 9.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f486f;
Background color
Panel with #0f486f background
background-color: #0f486f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f486f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 72, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 72, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f486f; background: linear-gradient(135deg, #0f486f, #160F6F);