Skip to content

#79dfbf

a light, vivid cyan · cool · closest name: Medium Aqua Marine

RGB
121, 223, 191
HSL
161°, 61%, 68%
CMYK
46, 0, 14, 13
Luminance
0.6060

At a glance

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

Hex
#79dfbf
Hue
161°
cyan
Saturation
61%
vivid
Lightness
68%
light
Brightness
87%
HSV value
Perceived
76%
weighted brightness
Luminance
0.6060
WCAG relative
Temperature
Cool
80/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.12:1
Closest name
Medium Aqua Marine
ΔE2000 4.7
Where it sits
Hue161° of 360°
Saturation61%
Lightness68%
Temperature
Warm ← → Cool80% 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#79dfbf
RGBrgb(121, 223, 191)
HSLhsl(161, 61%, 68%)
CMYKcmyk(46%, 0%, 14%, 13%)
LABlab(82.2 -37.3 6.5)
LCHlch(82.2 37.9 170.1)
OKLCHoklch(0.833 0.107 171.1)
Decimal7987135
Display P3color(display-p3 0.475 0.875 0.749)

Copy-ready code

/* CSS */
color: #79dfbf;
background-color: #79dfbf;
/* Tailwind (arbitrary) */
class="text-[#79dfbf] bg-[#79dfbf]"
/* SCSS */
$brand: #79dfbf;
/* SwiftUI */
Color(red: 0.475, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#79dfbf")
/* Flutter */
Color(0xFF79DFBF)
/* Python / OpenCV (BGR) */
(191, 223, 121)

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

Accessibility — WCAG contrast

Aa
#79dfbf on white: 1.60:1
AA ✗ fail · AA-large · AAA
Aa
#79dfbf on black: 13.12:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DAD3BD
deuteranopia · #C9C8C1
tritanopia · #55E0D6

Color scale — 50 to 950

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

#F4FBF9
#E8F7F2
#CCF0E5
#A4E9D4
#79dfbf
#4AD4A9
#2FC696
#27A57D
#1F8464
#1B604A
#113C2E
Base = 400Lightest = 50 · #F4FBF9Darkest = 950 · #113C2E
:root {
  --brand-50: #F4FBF9;
  --brand-100: #E8F7F2;
  --brand-200: #CCF0E5;
  --brand-300: #A4E9D4;
  --brand-400: #79dfbf;
  --brand-500: #4AD4A9;
  --brand-600: #2FC696;
  --brand-700: #27A57D;
  --brand-800: #1F8464;
  --brand-900: #1B604A;
  --brand-950: #113C2E;
  --brand: #79dfbf;
  --brand-ink: #000000;
}

Colors that work with #79dfbf

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#C0EDDF
Hairlines and dividers
Muted text#4B9B82
Captions on the surface
Accent#A8246F
Second voice, not a rival
Dark variant#19674E
Hover, pressed, headers
Light variant#EAFAF5
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 #79dfbf

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
  • Card and section backgrounds
  • 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
  • White 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#DF7999
Analogous left#79DF8C
Analogous right#79CCDF
Split-complement 1#DF79CC
Split-complement 2#DF8C79
Triadic 1#BF79DF
Triadic 2#DFBF79
Tetradic#8C79DF

RGB percentages

Red47.5%
Green87.5%
Blue74.9%

CMYK percentages

Cyan45.7%
Magenta0.0%
Yellow14.3%
Key (black)12.5%

Color previews

#79dfbf text on a black background

contrast 13.12:1

Card sample

#79dfbf text on a white background

contrast 1.60:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #79dfbf;
Background color
Panel with #79dfbf background
background-color: #79dfbf;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(121, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79dfbf;
background: linear-gradient(135deg, #79dfbf, #79BBDF);

Monochromatic scale

Palettes built from #79dfbf

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.

#79dfbf 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#79dfbf, answered

What color is #79dfbf?

#79dfbf is a light vivid cyan, closest to Medium Aqua Marine (ΔE2000 4.7). It sits at 161° on the hue wheel with 61% saturation and 68% lightness, which reads as cool.

What is the RGB value of #79dfbf?

rgb(121, 223, 191) — 121 red, 223 green and 191 blue out of 255, or 47.5% / 87.5% / 74.9% by channel.

Is #79dfbf a light or a dark color?

It is a light color. Relative luminance is 0.6060 and perceived brightness is 76%, so black text on it reaches 13.12:1.

Should I use black or white text on #79dfbf?

Black. It scores 13.12:1 against #79dfbf, versus 1.60:1 for white — AAA at any size.

What is the complementary color of #79dfbf?

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

What colors go well with #79dfbf?

For interface work: #F4FAF8 as the surface, #C0EDDF for borders, #4B9B82 for secondary text, #A8246F as an accent and #19674E for hover and pressed states. For a palette, the analogous pair #79DF8C and #79CCDF stays calm, while #DF7999 is the loudest partner.

What is #79dfbf in CMYK for printing?

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

Is #79dfbf warm or cool?

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

Work with #79dfbf in the Color Lab