#0f2dac
a dark, electric blue · warm · closest name: navy
RGB
15, 45, 172
HSL
229°, 84%, 37%
CMYK
91, 74, 0, 33
Luminance
0.0496
Every format
| HEX | #0f2dac |
| RGB | rgb(15, 45, 172) |
| HSL | hsl(229, 84%, 37%) |
| CMYK | cmyk(91%, 74%, 0%, 33%) |
| LAB | lab(26.6 40.6 -69.2) |
| LCH | lch(26.6 80.3 300.4) |
| OKLCH | oklch(0.384 0.201 265.4) |
Copy-ready code
/* CSS */
color: #0f2dac;
background-color: #0f2dac;
/* Tailwind (arbitrary) */
class="text-[#0f2dac] bg-[#0f2dac]"
/* SCSS */
$brand: #0f2dac;
/* SwiftUI */
Color(red: 0.059, green: 0.176, blue: 0.675)
/* Android */
Color.parseColor("#0f2dac")Accessibility — WCAG contrast
Aa
#0f2dac on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2dac on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green17.6%
Blue67.5%
CMYK percentages
Cyan91.3%
Magenta73.8%
Yellow0.0%
Key (black)32.5%
Color previews
#0f2dac text on a black background
contrast 1.99:1
Card sample
#0f2dac text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2dac;
Background color
Panel with #0f2dac background
background-color: #0f2dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 45, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 45, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2dac; background: linear-gradient(135deg, #0f2dac, #5A0FAC);