#0f2613
a deep, soft green · cool · closest name: black
RGB
15, 38, 19
HSL
130°, 43%, 10%
CMYK
61, 0, 50, 85
Luminance
0.0153
Every format
| HEX | #0f2613 |
| RGB | rgb(15, 38, 19) |
| HSL | hsl(130, 43%, 10%) |
| CMYK | cmyk(61%, 0%, 50%, 85%) |
| LAB | lab(12.8 -14.4 9.8) |
| LCH | lch(12.8 17.4 145.7) |
| OKLCH | oklch(0.243 0.046 147.9) |
Copy-ready code
/* CSS */
color: #0f2613;
background-color: #0f2613;
/* Tailwind (arbitrary) */
class="text-[#0f2613] bg-[#0f2613]"
/* SCSS */
$brand: #0f2613;
/* SwiftUI */
Color(red: 0.059, green: 0.149, blue: 0.075)
/* Android */
Color.parseColor("#0f2613")Accessibility — WCAG contrast
Aa
#0f2613 on white: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2613 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green14.9%
Blue7.5%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow50.0%
Key (black)85.1%
Color previews
#0f2613 text on a black background
contrast 1.31:1
Card sample
#0f2613 text on a white background
contrast 16.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2613;
Background color
Panel with #0f2613 background
background-color: #0f2613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 38, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 38, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2613; background: linear-gradient(135deg, #0f2613, #0F2622);