Skip to content

#7cdac7

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

RGB
124, 218, 199
HSL
168°, 56%, 67%
CMYK
43, 0, 9, 15
Luminance
0.5855

At a glance

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

Hex
#7cdac7
Hue
168°
cyan
Saturation
56%
vivid
Lightness
67%
light
Brightness
85%
HSV value
Perceived
75%
weighted brightness
Luminance
0.5855
WCAG relative
Temperature
Cool
82/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
12.71:1
Closest name
Turquoise
ΔE2000 5.1
Where it sits
Hue168° of 360°
Saturation56%
Lightness67%
Temperature
Warm ← → Cool82% 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#7cdac7
RGBrgb(124, 218, 199)
HSLhsl(168, 56%, 67%)
CMYKcmyk(43%, 0%, 9%, 15%)
LABlab(81.0 -32.4 0.6)
LCHlch(81.0 32.4 178.9)
OKLCHoklch(0.825 0.094 179.3)
Decimal8182471
Display P3color(display-p3 0.486 0.855 0.780)

Copy-ready code

/* CSS */
color: #7cdac7;
background-color: #7cdac7;
/* Tailwind (arbitrary) */
class="text-[#7cdac7] bg-[#7cdac7]"
/* SCSS */
$brand: #7cdac7;
/* SwiftUI */
Color(red: 0.486, green: 0.855, blue: 0.780)
/* Android */
Color.parseColor("#7cdac7")
/* Flutter */
Color(0xFF7CDAC7)
/* Python / OpenCV (BGR) */
(199, 218, 124)

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

Accessibility — WCAG contrast

Aa
#7cdac7 on white: 1.65:1
AA ✗ fail · AA-large · AAA
Aa
#7cdac7 on black: 12.71:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D3D0C6
deuteranopia · #C3C4C9
tritanopia · #58DDD4

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #7cdac7 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
#E9F6F4
#CEEEE8
#A7E6DA
#7cdac7
#50CEB4
#36BFA3
#2D9F88
#247F6D
#1E5D50
#133A32
Base = 400Lightest = 50 · #F4FBF9Darkest = 950 · #133A32
:root {
  --brand-50: #F4FBF9;
  --brand-100: #E9F6F4;
  --brand-200: #CEEEE8;
  --brand-300: #A7E6DA;
  --brand-400: #7cdac7;
  --brand-500: #50CEB4;
  --brand-600: #36BFA3;
  --brand-700: #2D9F88;
  --brand-800: #247F6D;
  --brand-900: #1E5D50;
  --brand-950: #133A32;
  --brand: #7cdac7;
  --brand-ink: #000000;
}

Colors that work with #7cdac7

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#4B9B8B
Captions on the surface
Accent#A32960
Second voice, not a rival
Dark variant#1C6355
Hover, pressed, headers
Light variant#EBF9F7
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 #7cdac7

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#DA7C8F
Analogous left#7CDA98
Analogous right#7CBEDA
Split-complement 1#DA7CBE
Split-complement 2#DA987C
Triadic 1#C77CDA
Triadic 2#DAC77C
Tetradic#987CDA

RGB percentages

Red48.6%
Green85.5%
Blue78.0%

CMYK percentages

Cyan43.1%
Magenta0.0%
Yellow8.7%
Key (black)14.5%

Color previews

#7cdac7 text on a black background

contrast 12.71:1

Card sample

#7cdac7 text on a white background

contrast 1.65:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(124, 218, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 218, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdac7;
background: linear-gradient(135deg, #7cdac7, #7CAEDA);

Monochromatic scale

Palettes built from #7cdac7

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.

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

#7cdac7, answered

What color is #7cdac7?

#7cdac7 is a light vivid cyan, closest to Turquoise (ΔE2000 5.1). It sits at 168° on the hue wheel with 56% saturation and 67% lightness, which reads as cool.

What is the RGB value of #7cdac7?

rgb(124, 218, 199) — 124 red, 218 green and 199 blue out of 255, or 48.6% / 85.5% / 78% by channel.

Is #7cdac7 a light or a dark color?

It is a light color. Relative luminance is 0.5855 and perceived brightness is 75%, so black text on it reaches 12.71:1.

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

Black. It scores 12.71:1 against #7cdac7, versus 1.65:1 for white — AAA at any size.

What is the complementary color of #7cdac7?

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

What colors go well with #7cdac7?

For interface work: #F4FAF9 as the surface, #C0EDE4 for borders, #4B9B8B for secondary text, #A32960 as an accent and #1C6355 for hover and pressed states. For a palette, the analogous pair #7CDA98 and #7CBEDA stays calm, while #DA7C8F is the loudest partner.

What is #7cdac7 in CMYK for printing?

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

Is #7cdac7 warm or cool?

Cool — it scores 82 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7CDAA5; nudged cooler, #7ACCDC.

Work with #7cdac7 in the Color Lab