#0f393d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
15, 57, 61
HSL
185°, 61%, 15%
CMYK
75, 7, 0, 76
Luminance
0.0336
Every format
| HEX | #0f393d |
| RGB | rgb(15, 57, 61) |
| HSL | hsl(185, 61%, 15%) |
| CMYK | cmyk(75%, 7%, 0%, 76%) |
| LAB | lab(21.4 -12.7 -6.7) |
| LCH | lch(21.4 14.4 208.0) |
| OKLCH | oklch(0.318 0.046 204.1) |
Copy-ready code
/* CSS */
color: #0f393d;
background-color: #0f393d;
/* Tailwind (arbitrary) */
class="text-[#0f393d] bg-[#0f393d]"
/* SCSS */
$brand: #0f393d;
/* SwiftUI */
Color(red: 0.059, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#0f393d")Accessibility — WCAG contrast
Aa
#0f393d on white: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f393d on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green22.4%
Blue23.9%
CMYK percentages
Cyan75.4%
Magenta6.6%
Yellow0.0%
Key (black)76.1%
Color previews
#0f393d text on a black background
contrast 1.67:1
Card sample
#0f393d text on a white background
contrast 12.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f393d;
Background color
Panel with #0f393d background
background-color: #0f393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f393d; background: linear-gradient(135deg, #0f393d, #0F1A3D);