Skip to content

#0dbb7f

a dark, electric green · cool · closest name: Medium Sea Green

RGB
13, 187, 127
HSL
159°, 87%, 39%
CMYK
93, 0, 32, 27
Luminance
0.3716

At a glance

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

Hex
#0dbb7f
Hue
159°
green
Saturation
87%
electric
Lightness
39%
dark
Brightness
73%
HSV value
Perceived
59%
weighted brightness
Luminance
0.3716
WCAG relative
Temperature
Cool
79/100 cool
Color family
Green
Tone
Electric
Best ink
Black
8.43:1
Closest name
Medium Sea Green
ΔE2000 3.6
Where it sits
Hue159° of 360°
Saturation87%
Lightness39%
Temperature
Warm ← → Cool79% 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#0dbb7f
RGBrgb(13, 187, 127)
HSLhsl(159, 87%, 39%)
CMYKcmyk(93%, 0%, 32%, 27%)
LABlab(67.4 -53.6 19.5)
LCHlch(67.4 57.0 160.0)
OKLCHoklch(0.700 0.154 161.2)
Decimal899967
Display P3color(display-p3 0.051 0.733 0.498)

Copy-ready code

/* CSS */
color: #0dbb7f;
background-color: #0dbb7f;
/* Tailwind (arbitrary) */
class="text-[#0dbb7f] bg-[#0dbb7f]"
/* SCSS */
$brand: #0dbb7f;
/* SwiftUI */
Color(red: 0.051, green: 0.733, blue: 0.498)
/* Android */
Color.parseColor("#0dbb7f")
/* Flutter */
Color(0xFF0DBB7F)
/* Python / OpenCV (BGR) */
(127, 187, 13)

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#000000 on #0dbb7f · 8.43:1
Use #000000AAA at every size.
Aa
White text · 2.49:1
AA fail · AA large fail · AAA fail
Aa
Black text · 8.43:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #0dbb7f as text scores 2.49:1 on white and 8.43:1 on black.

Accessibility — WCAG contrast

Aa
#0dbb7f on white: 2.49:1
AA ✗ fail · AA-large · AAA
Aa
#0dbb7f on black: 8.43:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B8AC7B
deuteranopia · #A69F83
tritanopia · #00BAAB

Color scale — 50 to 950

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

#F2FDF9
#E5FAF3
#C4F7E6
#96F8D6
#62F4C2
#2DF0AD
#10E59B
#0dbb7f
#0B9968
#0C6E4C
#084530
Base = 700Lightest = 50 · #F2FDF9Darkest = 950 · #084530
:root {
  --brand-50: #F2FDF9;
  --brand-100: #E5FAF3;
  --brand-200: #C4F7E6;
  --brand-300: #96F8D6;
  --brand-400: #62F4C2;
  --brand-500: #2DF0AD;
  --brand-600: #10E59B;
  --brand-700: #0dbb7f;
  --brand-800: #0B9968;
  --brand-900: #0C6E4C;
  --brand-950: #084530;
  --brand: #0dbb7f;
  --brand-ink: #000000;
}

Colors that work with #0dbb7f

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

Text on it#000000
Black wins here
Surface#F4FAF8
Tinted page background
Border#C0EDDD
Hairlines and dividers
Muted text#4B9B7F
Captions on the surface
Accent#BF0975
Second voice, not a rival
Dark variant#087751
Hover, pressed, headers
Light variant#E7FDF6
Selected rows, tints
Dark surface#14241F
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 #0dbb7f

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

Works well for
  • Text and icons on dark surfaces
  • 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 of any size on white — fails WCAG AA
  • 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#BB0D49
Analogous left#0DBB28
Analogous right#0DA0BB
Split-complement 1#BB0DA0
Split-complement 2#BB280D
Triadic 1#7F0DBB
Triadic 2#BB7F0D
Tetradic#280DBB

RGB percentages

Red5.1%
Green73.3%
Blue49.8%

CMYK percentages

Cyan93.0%
Magenta0.0%
Yellow32.1%
Key (black)26.7%

Color previews

#0dbb7f text on a black background

contrast 8.43:1

Card sample

#0dbb7f text on a white background

contrast 2.49:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(13, 187, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 187, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dbb7f;
background: linear-gradient(135deg, #0dbb7f, #0D83BB);

Monochromatic scale

Palettes built from #0dbb7f

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.

#0dbb7f 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#0dbb7f, answered

What color is #0dbb7f?

#0dbb7f is a dark electric green, closest to Medium Sea Green (ΔE2000 3.6). It sits at 159° on the hue wheel with 87% saturation and 39% lightness, which reads as cool.

What is the RGB value of #0dbb7f?

rgb(13, 187, 127) — 13 red, 187 green and 127 blue out of 255, or 5.1% / 73.3% / 49.8% by channel.

Is #0dbb7f a light or a dark color?

It is a mid-tone. Relative luminance is 0.3716 and perceived brightness is 59%, so black text on it reaches 8.43:1.

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

Black. It scores 8.43:1 against #0dbb7f, versus 2.49:1 for white — AAA at any size.

What is the complementary color of #0dbb7f?

#BB0D49 sits directly opposite on the wheel. Softer options are the split-complements #BB0DA0 and #BB280D, which give the same contrast with far less vibration.

What colors go well with #0dbb7f?

For interface work: #F4FAF8 as the surface, #C0EDDD for borders, #4B9B7F for secondary text, #BF0975 as an accent and #087751 for hover and pressed states. For a palette, the analogous pair #0DBB28 and #0DA0BB stays calm, while #BB0D49 is the loudest partner.

What is #0dbb7f in CMYK for printing?

cmyk(93%, 0%, 32%, 27%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #0dbb7f warm or cool?

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

Work with #0dbb7f in the Color Lab