Skip to content

#7fdfcd

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

RGB
127, 223, 205
HSL
169°, 60%, 69%
CMYK
43, 0, 8, 13
Luminance
0.6170

At a glance

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

Hex
#7fdfcd
Hue
169°
cyan
Saturation
60%
vivid
Lightness
69%
light
Brightness
87%
HSV value
Perceived
77%
weighted brightness
Luminance
0.6170
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.34:1
Closest name
Turquoise
ΔE2000 4.9
Where it sits
Hue169° of 360°
Saturation60%
Lightness69%
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#7fdfcd
RGBrgb(127, 223, 205)
HSLhsl(169, 60%, 69%)
CMYKcmyk(43%, 0%, 8%, 13%)
LABlab(82.8 -32.6 -0.0)
LCHlch(82.8 32.6 180.1)
OKLCHoklch(0.839 0.095 180.4)
Decimal8380365
Display P3color(display-p3 0.498 0.875 0.804)

Copy-ready code

/* CSS */
color: #7fdfcd;
background-color: #7fdfcd;
/* Tailwind (arbitrary) */
class="text-[#7fdfcd] bg-[#7fdfcd]"
/* SCSS */
$brand: #7fdfcd;
/* SwiftUI */
Color(red: 0.498, green: 0.875, blue: 0.804)
/* Android */
Color.parseColor("#7fdfcd")
/* Flutter */
Color(0xFF7FDFCD)
/* Python / OpenCV (BGR) */
(205, 223, 127)

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

Accessibility — WCAG contrast

Aa
#7fdfcd on white: 1.57:1
AA ✗ fail · AA-large · AAA
Aa
#7fdfcd on black: 13.34:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D8D5CC
deuteranopia · #C7C9CF
tritanopia · #59E2D9

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #7fdfcd 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
#E9F7F4
#CCEFE9
#A5E9DC
#7fdfcd
#4BD2B9
#31C4A8
#29A38C
#218370
#1B5F52
#113B33
Base = 400Lightest = 50 · #F4FBFADarkest = 950 · #113B33
:root {
  --brand-50: #F4FBFA;
  --brand-100: #E9F7F4;
  --brand-200: #CCEFE9;
  --brand-300: #A5E9DC;
  --brand-400: #7fdfcd;
  --brand-500: #4BD2B9;
  --brand-600: #31C4A8;
  --brand-700: #29A38C;
  --brand-800: #218370;
  --brand-900: #1B5F52;
  --brand-950: #113B33;
  --brand: #7fdfcd;
  --brand-ink: #000000;
}

Colors that work with #7fdfcd

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#A7255D
Second voice, not a rival
Dark variant#1A6658
Hover, pressed, headers
Light variant#EBFAF7
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 #7fdfcd

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#DF7F91
Analogous left#7FDF9D
Analogous right#7FC1DF
Split-complement 1#DF7FC1
Split-complement 2#DF9D7F
Triadic 1#CD7FDF
Triadic 2#DFCD7F
Tetradic#9D7FDF

RGB percentages

Red49.8%
Green87.5%
Blue80.4%

CMYK percentages

Cyan43.0%
Magenta0.0%
Yellow8.1%
Key (black)12.5%

Color previews

#7fdfcd text on a black background

contrast 13.34:1

Card sample

#7fdfcd text on a white background

contrast 1.57:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #7fdfcd;
Background color
Panel with #7fdfcd background
background-color: #7fdfcd;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #7fdfcd;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(127, 223, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 223, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdfcd;
background: linear-gradient(135deg, #7fdfcd, #7FB1DF);

Monochromatic scale

Palettes built from #7fdfcd

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.

#7fdfcd 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.

#7fdfcd, answered

What color is #7fdfcd?

#7fdfcd is a light vivid cyan, closest to Turquoise (ΔE2000 4.9). It sits at 169° on the hue wheel with 60% saturation and 69% lightness, which reads as cool.

What is the RGB value of #7fdfcd?

rgb(127, 223, 205) — 127 red, 223 green and 205 blue out of 255, or 49.8% / 87.5% / 80.4% by channel.

Is #7fdfcd a light or a dark color?

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

Should I use black or white text on #7fdfcd?

Black. It scores 13.34:1 against #7fdfcd, versus 1.57:1 for white — AAA at any size.

What is the complementary color of #7fdfcd?

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

What colors go well with #7fdfcd?

For interface work: #F4FAF9 as the surface, #C0EDE4 for borders, #4B9B8C for secondary text, #A7255D as an accent and #1A6658 for hover and pressed states. For a palette, the analogous pair #7FDF9D and #7FC1DF stays calm, while #DF7F91 is the loudest partner.

What is #7fdfcd in CMYK for printing?

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

Is #7fdfcd 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 #7FDFAA; nudged cooler, #7DCFE1.

Work with #7fdfcd in the Color Lab