Skip to content

#0f978c

a dark, electric cyan · cool · closest name: Dark Cyan

RGB
15, 151, 140
HSL
175°, 82%, 33%
CMYK
90, 0, 7, 41
Luminance
0.2413

At a glance

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

Hex
#0f978c
Hue
175°
cyan
Saturation
82%
electric
Lightness
33%
dark
Brightness
59%
HSV value
Perceived
49%
weighted brightness
Luminance
0.2413
WCAG relative
Temperature
Cool
85/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
5.83:1
Closest name
Dark Cyan
ΔE2000 5.8
Where it sits
Hue175° of 360°
Saturation82%
Lightness33%
Temperature
Warm ← → Cool85% 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#0f978c
RGBrgb(15, 151, 140)
HSLhsl(175, 82%, 33%)
CMYKcmyk(90%, 0%, 7%, 41%)
LABlab(56.2 -35.2 -3.6)
LCHlch(56.2 35.4 185.9)
OKLCHoklch(0.610 0.105 185.7)
Decimal1021836
Display P3color(display-p3 0.059 0.592 0.549)

Copy-ready code

/* CSS */
color: #0f978c;
background-color: #0f978c;
/* Tailwind (arbitrary) */
class="text-[#0f978c] bg-[#0f978c]"
/* SCSS */
$brand: #0f978c;
/* SwiftUI */
Color(red: 0.059, green: 0.592, blue: 0.549)
/* Android */
Color.parseColor("#0f978c")
/* Flutter */
Color(0xFF0F978C)
/* Python / OpenCV (BGR) */
(140, 151, 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 #0f978c · 5.83:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.60:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.83:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #0f978c as text scores 3.60:1 on white and 5.83:1 on black.

Accessibility — WCAG contrast

Aa
#0f978c on white: 3.60:1
AA ✗ fail · AA-large · AAA
Aa
#0f978c on black: 5.83:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #8F8E8C
deuteranopia · #7E828D
tritanopia · #009B93

Color scale — 50 to 950

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

#F2FCFB
#E6F9F8
#C6F6F2
#99F5ED
#66F0E5
#33EBDC
#16DFCE
#12BAAC
#0f978c
#0F6B64
#09433E
Base = 800Lightest = 50 · #F2FCFBDarkest = 950 · #09433E
:root {
  --brand-50: #F2FCFB;
  --brand-100: #E6F9F8;
  --brand-200: #C6F6F2;
  --brand-300: #99F5ED;
  --brand-400: #66F0E5;
  --brand-500: #33EBDC;
  --brand-600: #16DFCE;
  --brand-700: #12BAAC;
  --brand-800: #0f978c;
  --brand-900: #0F6B64;
  --brand-950: #09433E;
  --brand: #0f978c;
  --brand-ink: #000000;
}

Colors that work with #0f978c

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#F4FAFA
Tinted page background
Border#C0EDE9
Hairlines and dividers
Muted text#4B9B94
Captions on the surface
Accent#9A0C3B
Second voice, not a rival
Dark variant#0C746B
Hover, pressed, headers
Light variant#E8FDFB
Selected rows, tints
Dark surface#142423
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 #0f978c

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

Works well for
  • Headings from 24px up on white
  • 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
  • Small text on white — under 4.5:1
  • 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#970F1A
Analogous left#0F9748
Analogous right#0F5E97
Split-complement 1#970F5E
Split-complement 2#97480F
Triadic 1#8C0F97
Triadic 2#978C0F
Tetradic#480F97

RGB percentages

Red5.9%
Green59.2%
Blue54.9%

CMYK percentages

Cyan90.1%
Magenta0.0%
Yellow7.3%
Key (black)40.8%

Color previews

#0f978c text on a black background

contrast 5.83:1

Card sample

#0f978c text on a white background

contrast 3.60:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #0f978c

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.

#0f978c 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.

#0f978c, answered

What color is #0f978c?

#0f978c is a dark electric cyan, closest to Dark Cyan (ΔE2000 5.8). It sits at 175° on the hue wheel with 82% saturation and 33% lightness, which reads as cool.

What is the RGB value of #0f978c?

rgb(15, 151, 140) — 15 red, 151 green and 140 blue out of 255, or 5.9% / 59.2% / 54.9% by channel.

Is #0f978c a light or a dark color?

It is a mid-tone. Relative luminance is 0.2413 and perceived brightness is 49%, so black text on it reaches 5.83:1.

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

Black. It scores 5.83:1 against #0f978c, versus 3.60:1 for white — AA at any size.

What is the complementary color of #0f978c?

#970F1A sits directly opposite on the wheel. Softer options are the split-complements #970F5E and #97480F, which give the same contrast with far less vibration.

What colors go well with #0f978c?

For interface work: #F4FAFA as the surface, #C0EDE9 for borders, #4B9B94 for secondary text, #9A0C3B as an accent and #0C746B for hover and pressed states. For a palette, the analogous pair #0F9748 and #0F5E97 stays calm, while #970F1A is the loudest partner.

What is #0f978c in CMYK for printing?

cmyk(90%, 0%, 7%, 41%). 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 #0f978c warm or cool?

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

Work with #0f978c in the Color Lab