#0f3c43
a deep, vivid cyan · cool · closest name: darkslategray
RGB
15, 60, 67
HSL
188°, 63%, 16%
CMYK
78, 10, 0, 74
Luminance
0.0374
Every format
| HEX | #0f3c43 |
| RGB | rgb(15, 60, 67) |
| HSL | hsl(188, 63%, 16%) |
| CMYK | cmyk(78%, 10%, 0%, 74%) |
| LAB | lab(22.8 -12.3 -8.7) |
| LCH | lch(22.8 15.1 215.4) |
| OKLCH | oklch(0.330 0.049 209.8) |
Copy-ready code
/* CSS */
color: #0f3c43;
background-color: #0f3c43;
/* Tailwind (arbitrary) */
class="text-[#0f3c43] bg-[#0f3c43]"
/* SCSS */
$brand: #0f3c43;
/* SwiftUI */
Color(red: 0.059, green: 0.235, blue: 0.263)
/* Android */
Color.parseColor("#0f3c43")Accessibility — WCAG contrast
Aa
#0f3c43 on white: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f3c43 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green23.5%
Blue26.3%
CMYK percentages
Cyan77.6%
Magenta10.4%
Yellow0.0%
Key (black)73.7%
Color previews
#0f3c43 text on a black background
contrast 1.75:1
Card sample
#0f3c43 text on a white background
contrast 12.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f3c43;
Background color
Panel with #0f3c43 background
background-color: #0f3c43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f3c43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 60, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 60, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f3c43; background: linear-gradient(135deg, #0f3c43, #0F1943);