#0f231b
a deep, soft green · cool · closest name: black
RGB
15, 35, 27
HSL
156°, 40%, 10%
CMYK
57, 0, 23, 86
Luminance
0.0138
Every format
| HEX | #0f231b |
| RGB | rgb(15, 35, 27) |
| HSL | hsl(156, 40%, 10%) |
| CMYK | cmyk(57%, 0%, 23%, 86%) |
| LAB | lab(11.8 -10.6 2.9) |
| LCH | lch(11.8 11.0 164.9) |
| OKLCH | oklch(0.236 0.031 166.0) |
Copy-ready code
/* CSS */
color: #0f231b;
background-color: #0f231b;
/* Tailwind (arbitrary) */
class="text-[#0f231b] bg-[#0f231b]"
/* SCSS */
$brand: #0f231b;
/* SwiftUI */
Color(red: 0.059, green: 0.137, blue: 0.106)
/* Android */
Color.parseColor("#0f231b")Accessibility — WCAG contrast
Aa
#0f231b on white: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f231b on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green13.7%
Blue10.6%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow22.9%
Key (black)86.3%
Color previews
#0f231b text on a black background
contrast 1.28:1
Card sample
#0f231b text on a white background
contrast 16.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f231b;
Background color
Panel with #0f231b background
background-color: #0f231b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f231b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 35, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 35, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f231b; background: linear-gradient(135deg, #0f231b, #0F1E23);