#0b261f
a deep, vivid cyan · cool · closest name: black
RGB
11, 38, 31
HSL
164°, 55%, 10%
CMYK
71, 0, 18, 85
Luminance
0.0156
Every format
| HEX | #0b261f |
| RGB | rgb(11, 38, 31) |
| HSL | hsl(164, 55%, 10%) |
| CMYK | cmyk(71%, 0%, 18%, 85%) |
| LAB | lab(13.0 -12.5 1.6) |
| LCH | lch(13.0 12.6 172.8) |
| OKLCH | oklch(0.245 0.036 173.6) |
Copy-ready code
/* CSS */
color: #0b261f;
background-color: #0b261f;
/* Tailwind (arbitrary) */
class="text-[#0b261f] bg-[#0b261f]"
/* SCSS */
$brand: #0b261f;
/* SwiftUI */
Color(red: 0.043, green: 0.149, blue: 0.122)
/* Android */
Color.parseColor("#0b261f")Accessibility — WCAG contrast
Aa
#0b261f on white: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b261f on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green14.9%
Blue12.2%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow18.4%
Key (black)85.1%
Color previews
#0b261f text on a black background
contrast 1.31:1
Card sample
#0b261f text on a white background
contrast 16.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b261f;
Background color
Panel with #0b261f background
background-color: #0b261f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b261f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 38, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 38, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b261f; background: linear-gradient(135deg, #0b261f, #0B1B26);