#0f7cfd
a balanced, electric blue · cool · closest name: royalblue
RGB
15, 124, 253
HSL
213°, 98%, 53%
CMYK
94, 51, 0, 1
Luminance
0.2161
Every format
| HEX | #0f7cfd |
| RGB | rgb(15, 124, 253) |
| HSL | hsl(213, 98%, 53%) |
| CMYK | cmyk(94%, 51%, 0%, 1%) |
| LAB | lab(53.6 20.9 -71.6) |
| LCH | lch(53.6 74.6 286.3) |
| OKLCH | oklch(0.607 0.212 257.4) |
Copy-ready code
/* CSS */
color: #0f7cfd;
background-color: #0f7cfd;
/* Tailwind (arbitrary) */
class="text-[#0f7cfd] bg-[#0f7cfd]"
/* SCSS */
$brand: #0f7cfd;
/* SwiftUI */
Color(red: 0.059, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#0f7cfd")Accessibility — WCAG contrast
Aa
#0f7cfd on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f7cfd on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green48.6%
Blue99.2%
CMYK percentages
Cyan94.1%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#0f7cfd text on a black background
contrast 5.32:1
Card sample
#0f7cfd text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f7cfd;
Background color
Panel with #0f7cfd background
background-color: #0f7cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f7cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f7cfd; background: linear-gradient(135deg, #0f7cfd, #400FFD);