#0f85fd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
15, 133, 253
HSL
210°, 98%, 53%
CMYK
94, 47, 0, 1
Luminance
0.2397
Every format
| HEX | #0f85fd |
| RGB | rgb(15, 133, 253) |
| HSL | hsl(210, 98%, 53%) |
| CMYK | cmyk(94%, 47%, 0%, 1%) |
| LAB | lab(56.0 15.3 -67.7) |
| LCH | lch(56.0 69.3 282.7) |
| OKLCH | oklch(0.625 0.202 255.2) |
Copy-ready code
/* CSS */
color: #0f85fd;
background-color: #0f85fd;
/* Tailwind (arbitrary) */
class="text-[#0f85fd] bg-[#0f85fd]"
/* SCSS */
$brand: #0f85fd;
/* SwiftUI */
Color(red: 0.059, green: 0.522, blue: 0.992)
/* Android */
Color.parseColor("#0f85fd")Accessibility — WCAG contrast
Aa
#0f85fd on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f85fd on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green52.2%
Blue99.2%
CMYK percentages
Cyan94.1%
Magenta47.4%
Yellow0.0%
Key (black)0.8%
Color previews
#0f85fd text on a black background
contrast 5.79:1
Card sample
#0f85fd text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f85fd;
Background color
Panel with #0f85fd background
background-color: #0f85fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f85fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 133, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 133, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f85fd; background: linear-gradient(135deg, #0f85fd, #380FFD);