#0f2c42
a deep, vivid blue · cool · closest name: darkslategray
RGB
15, 44, 66
HSL
206°, 63%, 16%
CMYK
77, 33, 0, 74
Luminance
0.0230
Every format
| HEX | #0f2c42 |
| RGB | rgb(15, 44, 66) |
| HSL | hsl(206, 63%, 16%) |
| CMYK | cmyk(77%, 33%, 0%, 74%) |
| LAB | lab(17.0 -2.2 -17.0) |
| LCH | lch(17.0 17.2 262.5) |
| OKLCH | oklch(0.283 0.053 244.3) |
Copy-ready code
/* CSS */
color: #0f2c42;
background-color: #0f2c42;
/* Tailwind (arbitrary) */
class="text-[#0f2c42] bg-[#0f2c42]"
/* SCSS */
$brand: #0f2c42;
/* SwiftUI */
Color(red: 0.059, green: 0.173, blue: 0.259)
/* Android */
Color.parseColor("#0f2c42")Accessibility — WCAG contrast
Aa
#0f2c42 on white: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2c42 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green17.3%
Blue25.9%
CMYK percentages
Cyan77.3%
Magenta33.3%
Yellow0.0%
Key (black)74.1%
Color previews
#0f2c42 text on a black background
contrast 1.46:1
Card sample
#0f2c42 text on a white background
contrast 14.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2c42;
Background color
Panel with #0f2c42 background
background-color: #0f2c42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2c42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 44, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 44, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2c42; background: linear-gradient(135deg, #0f2c42, #140F42);