#0f2ccb
a dark, electric blue · warm · closest name: navy
RGB
15, 44, 203
HSL
231°, 86%, 43%
CMYK
93, 78, 0, 20
Luminance
0.0621
Every format
| HEX | #0f2ccb |
| RGB | rgb(15, 44, 203) |
| HSL | hsl(231, 86%, 43%) |
| CMYK | cmyk(93%, 78%, 0%, 20%) |
| LAB | lab(29.9 51.9 -82.0) |
| LCH | lch(29.9 97.1 302.3) |
| OKLCH | oklch(0.418 0.239 265.4) |
Copy-ready code
/* CSS */
color: #0f2ccb;
background-color: #0f2ccb;
/* Tailwind (arbitrary) */
class="text-[#0f2ccb] bg-[#0f2ccb]"
/* SCSS */
$brand: #0f2ccb;
/* SwiftUI */
Color(red: 0.059, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#0f2ccb")Accessibility — WCAG contrast
Aa
#0f2ccb on white: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2ccb on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green17.3%
Blue79.6%
CMYK percentages
Cyan92.6%
Magenta78.3%
Yellow0.0%
Key (black)20.4%
Color previews
#0f2ccb text on a black background
contrast 2.24:1
Card sample
#0f2ccb text on a white background
contrast 9.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2ccb;
Background color
Panel with #0f2ccb background
background-color: #0f2ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2ccb; background: linear-gradient(135deg, #0f2ccb, #6F0FCB);