Skip to content

#7adfd9

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

RGB
122, 223, 217
HSL
176°, 61%, 68%
CMYK
45, 0, 3, 13
Luminance
0.6192

At a glance

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

Hex
#7adfd9
Hue
176°
cyan
Saturation
61%
vivid
Lightness
68%
light
Brightness
87%
HSV value
Perceived
77%
weighted brightness
Luminance
0.6192
WCAG relative
Temperature
Cool
86/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.38:1
Closest name
Medium Turquoise
ΔE2000 4.9
Where it sits
Hue176° of 360°
Saturation61%
Lightness68%
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#7adfd9
RGBrgb(122, 223, 217)
HSLhsl(176, 61%, 68%)
CMYKcmyk(45%, 0%, 3%, 13%)
LABlab(82.9 -31.0 -6.3)
LCHlch(82.9 31.6 191.4)
OKLCHoklch(0.841 0.096 190.5)
Decimal8052697
Display P3color(display-p3 0.478 0.875 0.851)

Copy-ready code

/* CSS */
color: #7adfd9;
background-color: #7adfd9;
/* Tailwind (arbitrary) */
class="text-[#7adfd9] bg-[#7adfd9]"
/* SCSS */
$brand: #7adfd9;
/* SwiftUI */
Color(red: 0.478, green: 0.875, blue: 0.851)
/* Android */
Color.parseColor("#7adfd9")
/* Flutter */
Color(0xFF7ADFD9)
/* Python / OpenCV (BGR) */
(217, 223, 122)

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

Accessibility — WCAG contrast

Aa
#7adfd9 on white: 1.57:1
AA ✗ fail · AA-large · AAA
Aa
#7adfd9 on black: 13.38:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D5D6D9
deuteranopia · #C3C9DA
tritanopia · #47E4DD

Color scale — 50 to 950

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

#F4FBFB
#E8F7F6
#CCF0EE
#A5E9E5
#7adfd9
#4AD3CB
#2FC5BC
#28A49D
#20847E
#1B605C
#113C39
Base = 400Lightest = 50 · #F4FBFBDarkest = 950 · #113C39
:root {
  --brand-50: #F4FBFB;
  --brand-100: #E8F7F6;
  --brand-200: #CCF0EE;
  --brand-300: #A5E9E5;
  --brand-400: #7adfd9;
  --brand-500: #4AD3CB;
  --brand-600: #2FC5BC;
  --brand-700: #28A49D;
  --brand-800: #20847E;
  --brand-900: #1B605C;
  --brand-950: #113C39;
  --brand: #7adfd9;
  --brand-ink: #000000;
}

Colors that work with #7adfd9

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#C0EDEA
Hairlines and dividers
Muted text#4B9B96
Captions on the surface
Accent#A8244D
Second voice, not a rival
Dark variant#196762
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 #7adfd9

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#DF7A80
Analogous left#7ADFA6
Analogous right#7AB2DF
Split-complement 1#DF7AB2
Split-complement 2#DFA67A
Triadic 1#D97ADF
Triadic 2#DFD97A
Tetradic#A67ADF

RGB percentages

Red47.8%
Green87.5%
Blue85.1%

CMYK percentages

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

Color previews

#7adfd9 text on a black background

contrast 13.38:1

Card sample

#7adfd9 text on a white background

contrast 1.57:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #7adfd9

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.

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

#7adfd9, answered

What color is #7adfd9?

#7adfd9 is a light vivid cyan, closest to Medium Turquoise (ΔE2000 4.9). It sits at 176° on the hue wheel with 61% saturation and 68% lightness, which reads as cool.

What is the RGB value of #7adfd9?

rgb(122, 223, 217) — 122 red, 223 green and 217 blue out of 255, or 47.8% / 87.5% / 85.1% by channel.

Is #7adfd9 a light or a dark color?

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

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

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

What is the complementary color of #7adfd9?

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

What colors go well with #7adfd9?

For interface work: #F4FAFA as the surface, #C0EDEA for borders, #4B9B96 for secondary text, #A8244D as an accent and #196762 for hover and pressed states. For a palette, the analogous pair #7ADFA6 and #7AB2DF stays calm, while #DF7A80 is the loudest partner.

What is #7adfd9 in CMYK for printing?

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

Is #7adfd9 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 #7ADFB4; nudged cooler, #78C1E1.

Work with #7adfd9 in the Color Lab