#0f6dcf
a dark, electric blue · cool · closest name: dodgerblue
RGB
15, 109, 207
HSL
211°, 87%, 44%
CMYK
93, 47, 0, 19
Luminance
0.1554
Every format
| HEX | #0f6dcf |
| RGB | rgb(15, 109, 207) |
| HSL | hsl(211, 87%, 44%) |
| CMYK | cmyk(93%, 47%, 0%, 19%) |
| LAB | lab(46.4 12.5 -57.5) |
| LCH | lch(46.4 58.8 282.2) |
| OKLCH | oklch(0.541 0.171 255.0) |
Copy-ready code
/* CSS */
color: #0f6dcf;
background-color: #0f6dcf;
/* Tailwind (arbitrary) */
class="text-[#0f6dcf] bg-[#0f6dcf]"
/* SCSS */
$brand: #0f6dcf;
/* SwiftUI */
Color(red: 0.059, green: 0.427, blue: 0.812)
/* Android */
Color.parseColor("#0f6dcf")Accessibility — WCAG contrast
Aa
#0f6dcf on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f6dcf on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green42.7%
Blue81.2%
CMYK percentages
Cyan92.8%
Magenta47.3%
Yellow0.0%
Key (black)18.8%
Color previews
#0f6dcf text on a black background
contrast 4.11:1
Card sample
#0f6dcf text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f6dcf;
Background color
Panel with #0f6dcf background
background-color: #0f6dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f6dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 109, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 109, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f6dcf; background: linear-gradient(135deg, #0f6dcf, #310FCF);