#0f2fcf
a dark, electric blue · warm · closest name: navy
RGB
15, 47, 207
HSL
230°, 87%, 44%
CMYK
93, 77, 0, 19
Luminance
0.0664
Every format
| HEX | #0f2fcf |
| RGB | rgb(15, 47, 207) |
| HSL | hsl(230, 87%, 44%) |
| CMYK | cmyk(93%, 77%, 0%, 19%) |
| LAB | lab(31.0 51.6 -82.7) |
| LCH | lch(31.0 97.5 302.0) |
| OKLCH | oklch(0.426 0.241 265.3) |
Copy-ready code
/* CSS */
color: #0f2fcf;
background-color: #0f2fcf;
/* Tailwind (arbitrary) */
class="text-[#0f2fcf] bg-[#0f2fcf]"
/* SCSS */
$brand: #0f2fcf;
/* SwiftUI */
Color(red: 0.059, green: 0.184, blue: 0.812)
/* Android */
Color.parseColor("#0f2fcf")Accessibility — WCAG contrast
Aa
#0f2fcf on white: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2fcf on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green18.4%
Blue81.2%
CMYK percentages
Cyan92.8%
Magenta77.3%
Yellow0.0%
Key (black)18.8%
Color previews
#0f2fcf text on a black background
contrast 2.33:1
Card sample
#0f2fcf text on a white background
contrast 9.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2fcf;
Background color
Panel with #0f2fcf background
background-color: #0f2fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 47, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 47, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2fcf; background: linear-gradient(135deg, #0f2fcf, #6F0FCF);