#0f22df
a balanced, electric blue · warm · closest name: blue
RGB
15, 34, 223
HSL
235°, 87%, 47%
CMYK
93, 85, 0, 13
Luminance
0.0657
Every format
| HEX | #0f22df |
| RGB | rgb(15, 34, 223) |
| HSL | hsl(235, 87%, 47%) |
| CMYK | cmyk(93%, 85%, 0%, 13%) |
| LAB | lab(30.8 62.8 -92.2) |
| LCH | lch(30.8 111.5 304.3) |
| OKLCH | oklch(0.431 0.268 265.4) |
Copy-ready code
/* CSS */
color: #0f22df;
background-color: #0f22df;
/* Tailwind (arbitrary) */
class="text-[#0f22df] bg-[#0f22df]"
/* SCSS */
$brand: #0f22df;
/* SwiftUI */
Color(red: 0.059, green: 0.133, blue: 0.875)
/* Android */
Color.parseColor("#0f22df")Accessibility — WCAG contrast
Aa
#0f22df on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f22df on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green13.3%
Blue87.5%
CMYK percentages
Cyan93.3%
Magenta84.8%
Yellow0.0%
Key (black)12.5%
Color previews
#0f22df text on a black background
contrast 2.31:1
Card sample
#0f22df text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f22df;
Background color
Panel with #0f22df background
background-color: #0f22df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f22df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 34, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 34, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f22df; background: linear-gradient(135deg, #0f22df, #870FDF);