#0f82cd
a dark, electric blue · cool · closest name: steelblue
RGB
15, 130, 205
HSL
204°, 86%, 43%
CMYK
93, 37, 0, 20
Luminance
0.2047
Every format
| HEX | #0f82cd |
| RGB | rgb(15, 130, 205) |
| HSL | hsl(204, 86%, 43%) |
| CMYK | cmyk(93%, 37%, 0%, 20%) |
| LAB | lab(52.4 -1.3 -46.7) |
| LCH | lch(52.4 46.7 268.4) |
| OKLCH | oklch(0.588 0.146 245.8) |
Copy-ready code
/* CSS */
color: #0f82cd;
background-color: #0f82cd;
/* Tailwind (arbitrary) */
class="text-[#0f82cd] bg-[#0f82cd]"
/* SCSS */
$brand: #0f82cd;
/* SwiftUI */
Color(red: 0.059, green: 0.510, blue: 0.804)
/* Android */
Color.parseColor("#0f82cd")Accessibility — WCAG contrast
Aa
#0f82cd on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f82cd on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green51.0%
Blue80.4%
CMYK percentages
Cyan92.7%
Magenta36.6%
Yellow0.0%
Key (black)19.6%
Color previews
#0f82cd text on a black background
contrast 5.09:1
Card sample
#0f82cd text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f82cd;
Background color
Panel with #0f82cd background
background-color: #0f82cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f82cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 130, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 130, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f82cd; background: linear-gradient(135deg, #0f82cd, #1B0FCD);