#0b2f32
a deep, vivid cyan · cool · closest name: darkslategray
RGB
11, 47, 50
HSL
185°, 64%, 12%
CMYK
78, 6, 0, 80
Luminance
0.0233
Every format
| HEX | #0b2f32 |
| RGB | rgb(11, 47, 50) |
| HSL | hsl(185, 64%, 12%) |
| CMYK | cmyk(78%, 6%, 0%, 80%) |
| LAB | lab(17.1 -11.4 -5.7) |
| LCH | lch(17.1 12.7 206.5) |
| OKLCH | oklch(0.281 0.040 203.0) |
Copy-ready code
/* CSS */
color: #0b2f32;
background-color: #0b2f32;
/* Tailwind (arbitrary) */
class="text-[#0b2f32] bg-[#0b2f32]"
/* SCSS */
$brand: #0b2f32;
/* SwiftUI */
Color(red: 0.043, green: 0.184, blue: 0.196)
/* Android */
Color.parseColor("#0b2f32")Accessibility — WCAG contrast
Aa
#0b2f32 on white: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b2f32 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green18.4%
Blue19.6%
CMYK percentages
Cyan78.0%
Magenta6.0%
Yellow0.0%
Key (black)80.4%
Color previews
#0b2f32 text on a black background
contrast 1.47:1
Card sample
#0b2f32 text on a white background
contrast 14.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b2f32;
Background color
Panel with #0b2f32 background
background-color: #0b2f32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b2f32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 47, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 47, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b2f32; background: linear-gradient(135deg, #0b2f32, #0B1532);