#0f2dcf
a dark, electric blue · warm · closest name: navy
RGB
15, 45, 207
HSL
231°, 87%, 44%
CMYK
93, 78, 0, 19
Luminance
0.0648
Every format
| HEX | #0f2dcf |
| RGB | rgb(15, 45, 207) |
| HSL | hsl(231, 87%, 44%) |
| CMYK | cmyk(93%, 78%, 0%, 19%) |
| LAB | lab(30.6 52.7 -83.3) |
| LCH | lch(30.6 98.5 302.3) |
| OKLCH | oklch(0.424 0.242 265.3) |
Copy-ready code
/* CSS */
color: #0f2dcf;
background-color: #0f2dcf;
/* Tailwind (arbitrary) */
class="text-[#0f2dcf] bg-[#0f2dcf]"
/* SCSS */
$brand: #0f2dcf;
/* SwiftUI */
Color(red: 0.059, green: 0.176, blue: 0.812)
/* Android */
Color.parseColor("#0f2dcf")Accessibility — WCAG contrast
Aa
#0f2dcf on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2dcf on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green17.6%
Blue81.2%
CMYK percentages
Cyan92.8%
Magenta78.3%
Yellow0.0%
Key (black)18.8%
Color previews
#0f2dcf text on a black background
contrast 2.30:1
Card sample
#0f2dcf text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2dcf;
Background color
Panel with #0f2dcf background
background-color: #0f2dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 45, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 45, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2dcf; background: linear-gradient(135deg, #0f2dcf, #710FCF);