#0e2621
a deep, vivid cyan · cool · closest name: black
RGB
14, 38, 33
HSL
168°, 46%, 10%
CMYK
63, 0, 13, 85
Luminance
0.0159
Every format
| HEX | #0e2621 |
| RGB | rgb(14, 38, 33) |
| HSL | hsl(168, 46%, 10%) |
| CMYK | cmyk(63%, 0%, 13%, 85%) |
| LAB | lab(13.2 -11.0 0.5) |
| LCH | lch(13.2 11.0 177.7) |
| OKLCH | oklch(0.247 0.032 178.2) |
Copy-ready code
/* CSS */
color: #0e2621;
background-color: #0e2621;
/* Tailwind (arbitrary) */
class="text-[#0e2621] bg-[#0e2621]"
/* SCSS */
$brand: #0e2621;
/* SwiftUI */
Color(red: 0.055, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#0e2621")Accessibility — WCAG contrast
Aa
#0e2621 on white: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e2621 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green14.9%
Blue12.9%
CMYK percentages
Cyan63.2%
Magenta0.0%
Yellow13.2%
Key (black)85.1%
Color previews
#0e2621 text on a black background
contrast 1.32:1
Card sample
#0e2621 text on a white background
contrast 15.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e2621;
Background color
Panel with #0e2621 background
background-color: #0e2621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e2621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e2621; background: linear-gradient(135deg, #0e2621, #0E1B26);