Skip to content

#8cd2c0

a light, soft cyan · cool · closest name: Medium Aqua Marine

RGB
140, 210, 192
HSL
165°, 44%, 69%
CMYK
33, 0, 9, 18
Luminance
0.5547

At a glance

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

Hex
#8cd2c0
Hue
165°
cyan
Saturation
44%
soft
Lightness
69%
light
Brightness
82%
HSV value
Perceived
74%
weighted brightness
Luminance
0.5547
WCAG relative
Temperature
Cool
81/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
12.09:1
Closest name
Medium Aqua Marine
ΔE2000 6.7
Where it sits
Hue165° of 360°
Saturation44%
Lightness69%
Temperature
Warm ← → Cool81% 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#8cd2c0
RGBrgb(140, 210, 192)
HSLhsl(165, 44%, 69%)
CMYKcmyk(33%, 0%, 9%, 18%)
LABlab(79.3 -25.9 1.9)
LCHlch(79.3 26.0 175.7)
OKLCHoklch(0.812 0.075 176.4)
Decimal9228992
Display P3color(display-p3 0.549 0.824 0.753)

Copy-ready code

/* CSS */
color: #8cd2c0;
background-color: #8cd2c0;
/* Tailwind (arbitrary) */
class="text-[#8cd2c0] bg-[#8cd2c0]"
/* SCSS */
$brand: #8cd2c0;
/* SwiftUI */
Color(red: 0.549, green: 0.824, blue: 0.753)
/* Android */
Color.parseColor("#8cd2c0")
/* Flutter */
Color(0xFF8CD2C0)
/* Python / OpenCV (BGR) */
(192, 210, 140)

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

Accessibility — WCAG contrast

Aa
#8cd2c0 on white: 1.74:1
AA ✗ fail · AA-large · AAA
Aa
#8cd2c0 on black: 12.09:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CDCABF
deuteranopia · #C1C1C1
tritanopia · #77D4CC

Color scale — 50 to 950

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

#F5FAF9
#EAF5F2
#D1EBE4
#AEDFD3
#8cd2c0
#5EC0A7
#45B094
#39937C
#2E7563
#255649
#17362E
Base = 400Lightest = 50 · #F5FAF9Darkest = 950 · #17362E
:root {
  --brand-50: #F5FAF9;
  --brand-100: #EAF5F2;
  --brand-200: #D1EBE4;
  --brand-300: #AEDFD3;
  --brand-400: #8cd2c0;
  --brand-500: #5EC0A7;
  --brand-600: #45B094;
  --brand-700: #39937C;
  --brand-800: #2E7563;
  --brand-900: #255649;
  --brand-950: #17362E;
  --brand: #8cd2c0;
  --brand-ink: #000000;
}

Colors that work with #8cd2c0

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#C4E8DF
Hairlines and dividers
Muted text#4B9B86
Captions on the surface
Accent#963666
Second voice, not a rival
Dark variant#245C4D
Hover, pressed, headers
Light variant#EDF8F5
Selected rows, tints
Dark surface#142420
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 #8cd2c0

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • 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#D28C9E
Analogous left#8CD29D
Analogous right#8CC1D2
Split-complement 1#D28CC1
Split-complement 2#D29D8C
Triadic 1#C08CD2
Triadic 2#D2C08C
Tetradic#9D8CD2

RGB percentages

Red54.9%
Green82.4%
Blue75.3%

CMYK percentages

Cyan33.3%
Magenta0.0%
Yellow8.6%
Key (black)17.6%

Color previews

#8cd2c0 text on a black background

contrast 12.09:1

Card sample

#8cd2c0 text on a white background

contrast 1.74:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #8cd2c0;
Background color
Panel with #8cd2c0 background
background-color: #8cd2c0;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(140, 210, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 210, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd2c0;
background: linear-gradient(135deg, #8cd2c0, #8CB5D2);

Monochromatic scale

Palettes built from #8cd2c0

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.

#8cd2c0 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.

#8cd2c0, answered

What color is #8cd2c0?

#8cd2c0 is a light soft cyan, closest to Medium Aqua Marine (ΔE2000 6.7). It sits at 165° on the hue wheel with 44% saturation and 69% lightness, which reads as cool.

What is the RGB value of #8cd2c0?

rgb(140, 210, 192) — 140 red, 210 green and 192 blue out of 255, or 54.9% / 82.4% / 75.3% by channel.

Is #8cd2c0 a light or a dark color?

It is a light color. Relative luminance is 0.5547 and perceived brightness is 74%, so black text on it reaches 12.09:1.

Should I use black or white text on #8cd2c0?

Black. It scores 12.09:1 against #8cd2c0, versus 1.74:1 for white — AAA at any size.

What is the complementary color of #8cd2c0?

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

What colors go well with #8cd2c0?

For interface work: #F4FAF9 as the surface, #C4E8DF for borders, #4B9B86 for secondary text, #963666 as an accent and #245C4D for hover and pressed states. For a palette, the analogous pair #8CD29D and #8CC1D2 stays calm, while #D28C9E is the loudest partner.

What is #8cd2c0 in CMYK for printing?

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

Is #8cd2c0 warm or cool?

Cool — it scores 81 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8CD2A6; nudged cooler, #8ACBD4.

Work with #8cd2c0 in the Color Lab