Skip to content

#7decc7

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

RGB
125, 236, 199
HSL
160°, 75%, 71%
CMYK
47, 0, 16, 8
Luminance
0.6847

At a glance

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

Hex
#7decc7
Hue
160°
cyan
Saturation
75%
vivid
Lightness
71%
light
Brightness
93%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6847
WCAG relative
Temperature
Cool
79/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
14.69:1
Closest name
Aqua Marine
ΔE2000 4.1
Where it sits
Hue160° of 360°
Saturation75%
Lightness71%
Temperature
Warm ← → Cool79% 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#7decc7
RGBrgb(125, 236, 199)
HSLhsl(160, 75%, 71%)
CMYKcmyk(47%, 0%, 16%, 8%)
LABlab(86.2 -40.4 8.2)
LCHlch(86.2 41.3 168.6)
OKLCHoklch(0.867 0.116 169.6)
Decimal8252615
Display P3color(display-p3 0.490 0.925 0.780)

Copy-ready code

/* CSS */
color: #7decc7;
background-color: #7decc7;
/* Tailwind (arbitrary) */
class="text-[#7decc7] bg-[#7decc7]"
/* SCSS */
$brand: #7decc7;
/* SwiftUI */
Color(red: 0.490, green: 0.925, blue: 0.780)
/* Android */
Color.parseColor("#7decc7")
/* Flutter */
Color(0xFF7DECC7)
/* Python / OpenCV (BGR) */
(199, 236, 125)

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

Accessibility — WCAG contrast

Aa
#7decc7 on white: 1.43:1
AA ✗ fail · AA-large · AAA
Aa
#7decc7 on black: 14.69:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E7DFC5
deuteranopia · #D5D3C9
tritanopia · #55EDE1

Color scale — 50 to 950

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

#F3FCF9
#E7F9F3
#C8F4E5
#9DF1D5
#7decc7
#3BE2AB
#1FD699
#1AB27F
#158E66
#13674B
#0C402F
Base = 400Lightest = 50 · #F3FCF9Darkest = 950 · #0C402F
:root {
  --brand-50: #F3FCF9;
  --brand-100: #E7F9F3;
  --brand-200: #C8F4E5;
  --brand-300: #9DF1D5;
  --brand-400: #7decc7;
  --brand-500: #3BE2AB;
  --brand-600: #1FD699;
  --brand-700: #1AB27F;
  --brand-800: #158E66;
  --brand-900: #13674B;
  --brand-950: #0C402F;
  --brand: #7decc7;
  --brand-ink: #000000;
}

Colors that work with #7decc7

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#C0EDDE
Hairlines and dividers
Muted text#4B9B80
Captions on the surface
Accent#B61673
Second voice, not a rival
Dark variant#106F50
Hover, pressed, headers
Light variant#E9FCF5
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 #7decc7

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#EC7DA2
Analogous left#7DEC90
Analogous right#7DDAEC
Split-complement 1#EC7DDA
Split-complement 2#EC907D
Triadic 1#C77DEC
Triadic 2#ECC77D
Tetradic#907DEC

RGB percentages

Red49.0%
Green92.5%
Blue78.0%

CMYK percentages

Cyan47.0%
Magenta0.0%
Yellow15.7%
Key (black)7.5%

Color previews

#7decc7 text on a black background

contrast 14.69:1

Card sample

#7decc7 text on a white background

contrast 1.43:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #7decc7

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.

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

#7decc7, answered

What color is #7decc7?

#7decc7 is a light vivid cyan, closest to Aqua Marine (ΔE2000 4.1). It sits at 160° on the hue wheel with 75% saturation and 71% lightness, which reads as cool.

What is the RGB value of #7decc7?

rgb(125, 236, 199) — 125 red, 236 green and 199 blue out of 255, or 49% / 92.5% / 78% by channel.

Is #7decc7 a light or a dark color?

It is a light color. Relative luminance is 0.6847 and perceived brightness is 80%, so black text on it reaches 14.69:1.

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

Black. It scores 14.69:1 against #7decc7, versus 1.43:1 for white — AAA at any size.

What is the complementary color of #7decc7?

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

What colors go well with #7decc7?

For interface work: #F4FAF8 as the surface, #C0EDDE for borders, #4B9B80 for secondary text, #B61673 as an accent and #106F50 for hover and pressed states. For a palette, the analogous pair #7DEC90 and #7DDAEC stays calm, while #EC7DA2 is the loudest partner.

What is #7decc7 in CMYK for printing?

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

Is #7decc7 warm or cool?

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

Work with #7decc7 in the Color Lab