Skip to content

#2f4b3f

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

RGB
47, 75, 63
HSL
154°, 23%, 24%
CMYK
37, 0, 16, 71
Luminance
0.0600

At a glance

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

Hex
#2f4b3f
Hue
154°
green
Saturation
23%
soft
Lightness
24%
deep
Brightness
29%
HSV value
Perceived
26%
weighted brightness
Luminance
0.0600
WCAG relative
Temperature
Cool
68/100 cool
Color family
Green
Tone
Soft
Best ink
White
9.55:1
Closest name
Dark Slate Gray
ΔE2000 6.3
Where it sits
Hue154° of 360°
Saturation23%
Lightness24%
Temperature
Warm ← → Cool68% 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#2f4b3f
RGBrgb(47, 75, 63)
HSLhsl(154, 23%, 24%)
CMYKcmyk(37%, 0%, 16%, 71%)
LABlab(29.4 -13.7 3.8)
LCHlch(29.4 14.2 164.4)
OKLCHoklch(0.386 0.040 165.7)
Decimal3099455
Display P3color(display-p3 0.184 0.294 0.247)

Copy-ready code

/* CSS */
color: #2f4b3f;
background-color: #2f4b3f;
/* Tailwind (arbitrary) */
class="text-[#2f4b3f] bg-[#2f4b3f]"
/* SCSS */
$brand: #2f4b3f;
/* SwiftUI */
Color(red: 0.184, green: 0.294, blue: 0.247)
/* Android */
Color.parseColor("#2f4b3f")
/* Flutter */
Color(0xFF2F4B3F)
/* Python / OpenCV (BGR) */
(63, 75, 47)

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 #2f4b3f · 9.55:1
Use #ffffffAAA at every size.
Aa
White text · 9.55:1 · recommended
AA pass · AA large pass · AAA pass
Aa
Black text · 2.20:1
AA fail · AA large fail · AAA fail
Reading the other direction: #2f4b3f as text scores 9.55:1 on white and 2.20:1 on black.

Accessibility — WCAG contrast

Aa
#2f4b3f on white: 9.55:1
AA ✓ pass · AA-large · AAA
Aa
#2f4b3f on black: 2.20:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #4A473E
deuteranopia · #454440
tritanopia · #284B47

Color scale — 50 to 950

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

#F6F9F8
#EDF2F0
#D7E5DF
#BAD4C9
#97BEAE
#75A992
#5E977E
#4F7D69
#3F6454
#2f4b3f
#1E2E27
Base = 900Lightest = 50 · #F6F9F8Darkest = 950 · #1E2E27
:root {
  --brand-50: #F6F9F8;
  --brand-100: #EDF2F0;
  --brand-200: #D7E5DF;
  --brand-300: #BAD4C9;
  --brand-400: #97BEAE;
  --brand-500: #75A992;
  --brand-600: #5E977E;
  --brand-700: #4F7D69;
  --brand-800: #3F6454;
  --brand-900: #2f4b3f;
  --brand-950: #1E2E27;
  --brand: #2f4b3f;
  --brand-ink: #ffffff;
}

Colors that work with #2f4b3f

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#F6F9F8
Tinted page background
Border#CDE0D8
Hairlines and dividers
Muted text#588D77
Captions on the surface
Accent#4D2C43
Second voice, not a rival
Dark variant#314E42
Hover, pressed, headers
Light variant#EFF5F3
Selected rows, tints
Dark surface#16231D
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 #2f4b3f

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

Works well for
  • Body text and links on white
  • Charts, tags and secondary surfaces
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Text on black or near-black surfaces
  • 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#4B2F3B
Analogous left#2F4B31
Analogous right#2F494B
Split-complement 1#4B2F49
Split-complement 2#4B312F
Triadic 1#3F2F4B
Triadic 2#4B3F2F
Tetradic#312F4B

RGB percentages

Red18.4%
Green29.4%
Blue24.7%

CMYK percentages

Cyan37.3%
Magenta0.0%
Yellow16.0%
Key (black)70.6%

Color previews

#2f4b3f text on a black background

contrast 2.20:1

Card sample

#2f4b3f text on a white background

contrast 9.55:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #2f4b3f;
Background color
Panel with #2f4b3f background
background-color: #2f4b3f;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(47, 75, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 75, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f4b3f;
background: linear-gradient(135deg, #2f4b3f, #2F444B);

Monochromatic scale

Palettes built from #2f4b3f

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.

#2f4b3f 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.

#2f4b3f, answered

What color is #2f4b3f?

#2f4b3f is a deep soft green, closest to Dark Slate Gray (ΔE2000 6.3). It sits at 154° on the hue wheel with 23% saturation and 24% lightness, which reads as cool.

What is the RGB value of #2f4b3f?

rgb(47, 75, 63) — 47 red, 75 green and 63 blue out of 255, or 18.4% / 29.4% / 24.7% by channel.

Is #2f4b3f a light or a dark color?

It is a dark color. Relative luminance is 0.0600 and perceived brightness is 26%, so white text on it reaches 9.55:1.

Should I use black or white text on #2f4b3f?

White. It scores 9.55:1 against #2f4b3f, versus 2.20:1 for black — AAA at any size.

What is the complementary color of #2f4b3f?

#4B2F3B sits directly opposite on the wheel. Softer options are the split-complements #4B2F49 and #4B312F, which give the same contrast with far less vibration.

What colors go well with #2f4b3f?

For interface work: #F6F9F8 as the surface, #CDE0D8 for borders, #588D77 for secondary text, #4D2C43 as an accent and #314E42 for hover and pressed states. For a palette, the analogous pair #2F4B31 and #2F494B stays calm, while #4B2F3B is the loudest partner.

What is #2f4b3f in CMYK for printing?

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

Is #2f4b3f warm or cool?

Cool — it scores 68 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #2F4B35; nudged cooler, #2E4C4A.

Work with #2f4b3f in the Color Lab