#0f2fdb
a balanced, electric blue · warm · closest name: navy
RGB
15, 47, 219
HSL
231°, 87%, 46%
CMYK
93, 79, 0, 14
Luminance
0.0725
Every format
| HEX | #0f2fdb |
| RGB | rgb(15, 47, 219) |
| HSL | hsl(231, 87%, 46%) |
| CMYK | cmyk(93%, 79%, 0%, 14%) |
| LAB | lab(32.4 55.6 -87.3) |
| LCH | lch(32.4 103.5 302.5) |
| OKLCH | oklch(0.440 0.254 265.2) |
Copy-ready code
/* CSS */
color: #0f2fdb;
background-color: #0f2fdb;
/* Tailwind (arbitrary) */
class="text-[#0f2fdb] bg-[#0f2fdb]"
/* SCSS */
$brand: #0f2fdb;
/* SwiftUI */
Color(red: 0.059, green: 0.184, blue: 0.859)
/* Android */
Color.parseColor("#0f2fdb")Accessibility — WCAG contrast
Aa
#0f2fdb on white: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2fdb on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green18.4%
Blue85.9%
CMYK percentages
Cyan93.2%
Magenta78.5%
Yellow0.0%
Key (black)14.1%
Color previews
#0f2fdb text on a black background
contrast 2.45:1
Card sample
#0f2fdb text on a white background
contrast 8.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2fdb;
Background color
Panel with #0f2fdb background
background-color: #0f2fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 47, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 47, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2fdb; background: linear-gradient(135deg, #0f2fdb, #770FDB);