Skip to content

#76dfd7

a light, vivid cyan · cool · closest name: Medium Turquoise

RGB
118, 223, 215
HSL
175°, 62%, 67%
CMYK
47, 0, 4, 13
Luminance
0.6153

At a glance

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

Hex
#76dfd7
Hue
175°
cyan
Saturation
62%
vivid
Lightness
67%
light
Brightness
87%
HSV value
Perceived
77%
weighted brightness
Luminance
0.6153
WCAG relative
Temperature
Cool
86/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.31:1
Closest name
Medium Turquoise
ΔE2000 4.7
Where it sits
Hue175° of 360°
Saturation62%
Lightness67%
Temperature
Warm ← → Cool86% 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#76dfd7
RGBrgb(118, 223, 215)
HSLhsl(175, 62%, 67%)
CMYKcmyk(47%, 0%, 4%, 13%)
LABlab(82.7 -32.4 -5.5)
LCHlch(82.7 32.8 189.7)
OKLCHoklch(0.839 0.099 189.0)
Decimal7790551
Display P3color(display-p3 0.463 0.875 0.843)

Copy-ready code

/* CSS */
color: #76dfd7;
background-color: #76dfd7;
/* Tailwind (arbitrary) */
class="text-[#76dfd7] bg-[#76dfd7]"
/* SCSS */
$brand: #76dfd7;
/* SwiftUI */
Color(red: 0.463, green: 0.875, blue: 0.843)
/* Android */
Color.parseColor("#76dfd7")
/* Flutter */
Color(0xFF76DFD7)
/* Python / OpenCV (BGR) */
(215, 223, 118)

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

Accessibility — WCAG contrast

Aa
#76dfd7 on white: 1.58:1
AA ✗ fail · AA-large · AAA
Aa
#76dfd7 on black: 13.31:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D5D5D7
deuteranopia · #C3C8D8
tritanopia · #3FE4DC

Color scale — 50 to 950

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

#F4FBFA
#E8F7F6
#CCF0ED
#A4EAE4
#76dfd7
#49D4CA
#2EC6BB
#27A59C
#1F847D
#1A605B
#103C39
Base = 400Lightest = 50 · #F4FBFADarkest = 950 · #103C39
:root {
  --brand-50: #F4FBFA;
  --brand-100: #E8F7F6;
  --brand-200: #CCF0ED;
  --brand-300: #A4EAE4;
  --brand-400: #76dfd7;
  --brand-500: #49D4CA;
  --brand-600: #2EC6BB;
  --brand-700: #27A59C;
  --brand-800: #1F847D;
  --brand-900: #1A605B;
  --brand-950: #103C39;
  --brand: #76dfd7;
  --brand-ink: #000000;
}

Colors that work with #76dfd7

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#4B9B95
Captions on the surface
Accent#A9234F
Second voice, not a rival
Dark variant#186761
Hover, pressed, headers
Light variant#EAFAF9
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 #76dfd7

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#DF767E
Analogous left#76DFA3
Analogous right#76B3DF
Split-complement 1#DF76B3
Split-complement 2#DFA376
Triadic 1#D776DF
Triadic 2#DFD776
Tetradic#A376DF

RGB percentages

Red46.3%
Green87.5%
Blue84.3%

CMYK percentages

Cyan47.1%
Magenta0.0%
Yellow3.6%
Key (black)12.5%

Color previews

#76dfd7 text on a black background

contrast 13.31:1

Card sample

#76dfd7 text on a white background

contrast 1.58:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #76dfd7;
Background color
Panel with #76dfd7 background
background-color: #76dfd7;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(118, 223, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 223, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76dfd7;
background: linear-gradient(135deg, #76dfd7, #76A1DF);

Monochromatic scale

Palettes built from #76dfd7

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.

#76dfd7 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.

#76dfd7, answered

What color is #76dfd7?

#76dfd7 is a light vivid cyan, closest to Medium Turquoise (ΔE2000 4.7). It sits at 175° on the hue wheel with 62% saturation and 67% lightness, which reads as cool.

What is the RGB value of #76dfd7?

rgb(118, 223, 215) — 118 red, 223 green and 215 blue out of 255, or 46.3% / 87.5% / 84.3% by channel.

Is #76dfd7 a light or a dark color?

It is a light color. Relative luminance is 0.6153 and perceived brightness is 77%, so black text on it reaches 13.31:1.

Should I use black or white text on #76dfd7?

Black. It scores 13.31:1 against #76dfd7, versus 1.58:1 for white — AAA at any size.

What is the complementary color of #76dfd7?

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

What colors go well with #76dfd7?

For interface work: #F4FAFA as the surface, #C0EDE9 for borders, #4B9B95 for secondary text, #A9234F as an accent and #186761 for hover and pressed states. For a palette, the analogous pair #76DFA3 and #76B3DF stays calm, while #DF767E is the loudest partner.

What is #76dfd7 in CMYK for printing?

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

Is #76dfd7 warm or cool?

Cool — it scores 86 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #76DFB1; nudged cooler, #74C1E1.

Work with #76dfd7 in the Color Lab