Skip to content

#0fbc9c

a dark, electric cyan · cool · closest name: Medium Aqua Marine

RGB
15, 188, 156
HSL
169°, 85%, 40%
CMYK
92, 0, 17, 26
Luminance
0.3847

At a glance

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

Hex
#0fbc9c
Hue
169°
cyan
Saturation
85%
electric
Lightness
40%
dark
Brightness
74%
HSV value
Perceived
60%
weighted brightness
Luminance
0.3847
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
8.69:1
Closest name
Medium Aqua Marine
ΔE2000 6.7
Where it sits
Hue169° of 360°
Saturation85%
Lightness40%
Temperature
Warm ← → Cool83% 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#0fbc9c
RGBrgb(15, 188, 156)
HSLhsl(169, 85%, 40%)
CMYKcmyk(92%, 0%, 17%, 26%)
LABlab(68.4 -46.8 5.1)
LCHlch(68.4 47.1 173.7)
OKLCHoklch(0.711 0.133 174.4)
Decimal1031324
Display P3color(display-p3 0.059 0.737 0.612)

Copy-ready code

/* CSS */
color: #0fbc9c;
background-color: #0fbc9c;
/* Tailwind (arbitrary) */
class="text-[#0fbc9c] bg-[#0fbc9c]"
/* SCSS */
$brand: #0fbc9c;
/* SwiftUI */
Color(red: 0.059, green: 0.737, blue: 0.612)
/* Android */
Color.parseColor("#0fbc9c")
/* Flutter */
Color(0xFF0FBC9C)
/* Python / OpenCV (BGR) */
(156, 188, 15)

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

Accessibility — WCAG contrast

Aa
#0fbc9c on white: 2.42:1
AA ✗ fail · AA-large · AAA
Aa
#0fbc9c on black: 8.69:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B5AF9B
deuteranopia · #A1A19E
tritanopia · #00BEB3

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #0fbc9c 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.

#F2FCFB
#E5FAF6
#C5F7EE
#97F7E5
#63F3D8
#2FEECB
#12E3BC
#0fbc9c
#0C977D
#0D6D5B
#084439
Base = 700Lightest = 50 · #F2FCFBDarkest = 950 · #084439
:root {
  --brand-50: #F2FCFB;
  --brand-100: #E5FAF6;
  --brand-200: #C5F7EE;
  --brand-300: #97F7E5;
  --brand-400: #63F3D8;
  --brand-500: #2FEECB;
  --brand-600: #12E3BC;
  --brand-700: #0fbc9c;
  --brand-800: #0C977D;
  --brand-900: #0D6D5B;
  --brand-950: #084439;
  --brand: #0fbc9c;
  --brand-ink: #000000;
}

Colors that work with #0fbc9c

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#F4FAF9
Tinted page background
Border#C0EDE4
Hairlines and dividers
Muted text#4B9B8C
Captions on the surface
Accent#C00B5A
Second voice, not a rival
Dark variant#097662
Hover, pressed, headers
Light variant#E7FDF9
Selected rows, tints
Dark surface#142421
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 #0fbc9c

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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#BC0F2F
Analogous left#0FBC45
Analogous right#0F85BC
Split-complement 1#BC0F85
Split-complement 2#BC450F
Triadic 1#9C0FBC
Triadic 2#BC9C0F
Tetradic#450FBC

RGB percentages

Red5.9%
Green73.7%
Blue61.2%

CMYK percentages

Cyan92.0%
Magenta0.0%
Yellow17.0%
Key (black)26.3%

Color previews

#0fbc9c text on a black background

contrast 8.69:1

Card sample

#0fbc9c text on a white background

contrast 2.42:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(15, 188, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 188, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fbc9c;
background: linear-gradient(135deg, #0fbc9c, #0F69BC);

Monochromatic scale

Palettes built from #0fbc9c

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.

#0fbc9c in the real world

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

Industries
TechnologyTravelHealthcareMedia
Common UI roles
ButtonsLinksFocus statesCharts
Print note

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

#0fbc9c, answered

What color is #0fbc9c?

#0fbc9c is a dark electric cyan, closest to Medium Aqua Marine (ΔE2000 6.7). It sits at 169° on the hue wheel with 85% saturation and 40% lightness, which reads as cool.

What is the RGB value of #0fbc9c?

rgb(15, 188, 156) — 15 red, 188 green and 156 blue out of 255, or 5.9% / 73.7% / 61.2% by channel.

Is #0fbc9c a light or a dark color?

It is a mid-tone. Relative luminance is 0.3847 and perceived brightness is 60%, so black text on it reaches 8.69:1.

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

Black. It scores 8.69:1 against #0fbc9c, versus 2.42:1 for white — AAA at any size.

What is the complementary color of #0fbc9c?

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

What colors go well with #0fbc9c?

For interface work: #F4FAF9 as the surface, #C0EDE4 for borders, #4B9B8C for secondary text, #C00B5A as an accent and #097662 for hover and pressed states. For a palette, the analogous pair #0FBC45 and #0F85BC stays calm, while #BC0F2F is the loudest partner.

What is #0fbc9c in CMYK for printing?

cmyk(92%, 0%, 17%, 26%). 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 #0fbc9c warm or cool?

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

Work with #0fbc9c in the Color Lab