#0f6dfd
a balanced, electric blue · cool · closest name: royalblue
RGB
15, 109, 253
HSL
216°, 98%, 53%
CMYK
94, 57, 0, 1
Luminance
0.1813
Every format
| HEX | #0f6dfd |
| RGB | rgb(15, 109, 253) |
| HSL | hsl(216, 98%, 53%) |
| CMYK | cmyk(94%, 57%, 0%, 1%) |
| LAB | lab(49.6 30.4 -78.0) |
| LCH | lch(49.6 83.7 291.3) |
| OKLCH | oklch(0.577 0.229 260.3) |
Copy-ready code
/* CSS */
color: #0f6dfd;
background-color: #0f6dfd;
/* Tailwind (arbitrary) */
class="text-[#0f6dfd] bg-[#0f6dfd]"
/* SCSS */
$brand: #0f6dfd;
/* SwiftUI */
Color(red: 0.059, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#0f6dfd")Accessibility — WCAG contrast
Aa
#0f6dfd on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f6dfd on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green42.7%
Blue99.2%
CMYK percentages
Cyan94.1%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#0f6dfd text on a black background
contrast 4.63:1
Card sample
#0f6dfd text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f6dfd;
Background color
Panel with #0f6dfd background
background-color: #0f6dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f6dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f6dfd; background: linear-gradient(135deg, #0f6dfd, #500FFD);