#0f263d
a deep, vivid blue · cool · closest name: black
RGB
15, 38, 61
HSL
210°, 61%, 15%
CMYK
75, 38, 0, 76
Luminance
0.0182
Every format
| HEX | #0f263d |
| RGB | rgb(15, 38, 61) |
| HSL | hsl(210, 61%, 15%) |
| CMYK | cmyk(75%, 38%, 0%, 76%) |
| LAB | lab(14.5 -0.1 -17.4) |
| LCH | lch(14.5 17.4 269.8) |
| OKLCH | oklch(0.263 0.052 250.5) |
Copy-ready code
/* CSS */
color: #0f263d;
background-color: #0f263d;
/* Tailwind (arbitrary) */
class="text-[#0f263d] bg-[#0f263d]"
/* SCSS */
$brand: #0f263d;
/* SwiftUI */
Color(red: 0.059, green: 0.149, blue: 0.239)
/* Android */
Color.parseColor("#0f263d")Accessibility — WCAG contrast
Aa
#0f263d on white: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f263d on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green14.9%
Blue23.9%
CMYK percentages
Cyan75.4%
Magenta37.7%
Yellow0.0%
Key (black)76.1%
Color previews
#0f263d text on a black background
contrast 1.36:1
Card sample
#0f263d text on a white background
contrast 15.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f263d;
Background color
Panel with #0f263d background
background-color: #0f263d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f263d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 38, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 38, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f263d; background: linear-gradient(135deg, #0f263d, #170F3D);