#0f8cfd
a balanced, electric blue · cool · “dodgerblue”
RGB
15, 140, 253
HSL
209°, 98%, 53%
CMYK
94, 45, 0, 1
Luminance
0.2595
Every format
| HEX | #0f8cfd |
| RGB | rgb(15, 140, 253) |
| HSL | hsl(209, 98%, 53%) |
| CMYK | cmyk(94%, 45%, 0%, 1%) |
| LAB | lab(58.0 11.0 -64.5) |
| LCH | lch(58.0 65.5 279.7) |
| OKLCH | oklch(0.640 0.194 253.2) |
Copy-ready code
/* CSS */
color: #0f8cfd;
background-color: #0f8cfd;
/* Tailwind (arbitrary) */
class="text-[#0f8cfd] bg-[#0f8cfd]"
/* SCSS */
$brand: #0f8cfd;
/* SwiftUI */
Color(red: 0.059, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#0f8cfd")Accessibility — WCAG contrast
Aa
#0f8cfd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f8cfd on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green54.9%
Blue99.2%
CMYK percentages
Cyan94.1%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#0f8cfd text on a black background
contrast 6.19:1
Card sample
#0f8cfd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f8cfd;
Background color
Panel with #0f8cfd background
background-color: #0f8cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f8cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f8cfd; background: linear-gradient(135deg, #0f8cfd, #310FFD);