Skip to content

#0e3d21

a deep, vivid green · cool · closest name: Dark Slate Gray

RGB
14, 61, 33
HSL
144°, 63%, 15%
CMYK
77, 0, 46, 76
Luminance
0.0354

At a glance

Every number on this page in one read: what #0e3d21 is made of, how bright it looks, and which way it leans.

Hex
#0e3d21
Hue
144°
green
Saturation
63%
vivid
Lightness
15%
deep
Brightness
24%
HSV value
Perceived
19%
weighted brightness
Luminance
0.0354
WCAG relative
Temperature
Cool
73/100 cool
Color family
Green
Tone
Vivid
Best ink
White
12.29:1
Closest name
Dark Slate Gray
ΔE2000 14.9
Where it sits
Hue144° of 360°
Saturation63%
Lightness15%
Temperature
Warm ← → Cool73% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#0e3d21
RGBrgb(14, 61, 33)
HSLhsl(144, 63%, 15%)
CMYKcmyk(77%, 0%, 46%, 76%)
LABlab(22.1 -23.3 12.8)
LCHlch(22.1 26.6 151.2)
OKLCHoklch(0.320 0.071 153.2)
Decimal933153
Display P3color(display-p3 0.055 0.239 0.129)

Copy-ready code

/* CSS */
color: #0e3d21;
background-color: #0e3d21;
/* Tailwind (arbitrary) */
class="text-[#0e3d21] bg-[#0e3d21]"
/* SCSS */
$brand: #0e3d21;
/* SwiftUI */
Color(red: 0.055, green: 0.239, blue: 0.129)
/* Android */
Color.parseColor("#0e3d21")
/* Flutter */
Color(0xFF0E3D21)
/* Python / OpenCV (BGR) */
(33, 61, 14)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#ffffff on #0e3d21 · 12.29:1
Use #ffffffAAA at every size.
Aa
White text · 12.29:1 · recommended
AA pass · AA large pass · AAA pass
Aa
Black text · 1.71:1
AA fail · AA large fail · AAA fail
Reading the other direction: #0e3d21 as text scores 12.29:1 on white and 1.71:1 on black.

Accessibility — WCAG contrast

Aa
#0e3d21 on white: 12.29:1
AA ✓ pass · AA-large · AAA
Aa
#0e3d21 on black: 1.71:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #3D371F
deuteranopia · #373323
tritanopia · #003C36

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #0e3d21 is pinned to step 950; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F4FBF7
#E8F7EE
#CCF0DA
#A4EAC0
#76E0A1
#48D581
#2EC76C
#26A65A
#1E8548
#1A6136
#0e3d21
Base = 950Lightest = 50 · #F4FBF7Darkest = 950 · #0e3d21
:root {
  --brand-50: #F4FBF7;
  --brand-100: #E8F7EE;
  --brand-200: #CCF0DA;
  --brand-300: #A4EAC0;
  --brand-400: #76E0A1;
  --brand-500: #48D581;
  --brand-600: #2EC76C;
  --brand-700: #26A65A;
  --brand-800: #1E8548;
  --brand-900: #1A6136;
  --brand-950: #0e3d21;
  --brand: #0e3d21;
  --brand-ink: #ffffff;
}

Colors that work with #0e3d21

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#ffffff
White wins here
Surface#F4FAF7
Tinted page background
Border#C0EDD2
Hairlines and dividers
Muted text#4B9B6B
Captions on the surface
Accent#3E0C37
Second voice, not a rival
Dark variant#186838
Hover, pressed, headers
Light variant#EAFAF1
Selected rows, tints
Dark surface#14241A
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #0e3d21

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Body text and links on white
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Text on black or near-black surfaces
  • Full-page backgrounds — tiring over long sessions
  • Black text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#3D0E2A
Analogous left#123D0E
Analogous right#0E3D39
Split-complement 1#390E3D
Split-complement 2#3D0E12
Triadic 1#210E3D
Triadic 2#3D210E
Tetradic#0E123D

RGB percentages

Red5.5%
Green23.9%
Blue12.9%

CMYK percentages

Cyan77.0%
Magenta0.0%
Yellow45.9%
Key (black)76.1%

Color previews

#0e3d21 text on a black background

contrast 1.71:1

Card sample

#0e3d21 text on a white background

contrast 12.29:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #0e3d21;
Background color
Panel with #0e3d21 background
background-color: #0e3d21;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #0e3d21;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(14, 61, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 61, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e3d21;
background: linear-gradient(135deg, #0e3d21, #0E3A3D);

Monochromatic scale

Palettes built from #0e3d21

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#0e3d21 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#0e3d21, answered

What color is #0e3d21?

#0e3d21 is a deep vivid green, closest to Dark Slate Gray (ΔE2000 14.9). It sits at 144° on the hue wheel with 63% saturation and 15% lightness, which reads as cool.

What is the RGB value of #0e3d21?

rgb(14, 61, 33) — 14 red, 61 green and 33 blue out of 255, or 5.5% / 23.9% / 12.9% by channel.

Is #0e3d21 a light or a dark color?

It is a dark color. Relative luminance is 0.0354 and perceived brightness is 19%, so white text on it reaches 12.29:1.

Should I use black or white text on #0e3d21?

White. It scores 12.29:1 against #0e3d21, versus 1.71:1 for black — AAA at any size.

What is the complementary color of #0e3d21?

#3D0E2A sits directly opposite on the wheel. Softer options are the split-complements #390E3D and #3D0E12, which give the same contrast with far less vibration.

What colors go well with #0e3d21?

For interface work: #F4FAF7 as the surface, #C0EDD2 for borders, #4B9B6B for secondary text, #3E0C37 as an accent and #186838 for hover and pressed states. For a palette, the analogous pair #123D0E and #0E3D39 stays calm, while #3D0E2A is the loudest partner.

What is #0e3d21 in CMYK for printing?

cmyk(77%, 0%, 46%, 76%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #0e3d21 warm or cool?

Cool — it scores 73 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #0E3D10; nudged cooler, #0D3E33.

Work with #0e3d21 in the Color Lab