Skip to content

#3fd0c4

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

RGB
63, 208, 196
HSL
175°, 61%, 53%
CMYK
70, 0, 6, 18
Luminance
0.5015

At a glance

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

Hex
#3fd0c4
Hue
175°
cyan
Saturation
61%
vivid
Lightness
53%
balanced
Brightness
82%
HSV value
Perceived
69%
weighted brightness
Luminance
0.5015
WCAG relative
Temperature
Cool
85/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
11.03:1
Closest name
Medium Turquoise
ΔE2000 2.6
Where it sits
Hue175° of 360°
Saturation61%
Lightness53%
Temperature
Warm ← → Cool85% 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#3fd0c4
RGBrgb(63, 208, 196)
HSLhsl(175, 61%, 53%)
CMYKcmyk(70%, 0%, 6%, 18%)
LABlab(76.2 -40.4 -5.1)
LCHlch(76.2 40.7 187.3)
OKLCHoklch(0.780 0.121 186.9)
Decimal4182212
Display P3color(display-p3 0.247 0.816 0.769)

Copy-ready code

/* CSS */
color: #3fd0c4;
background-color: #3fd0c4;
/* Tailwind (arbitrary) */
class="text-[#3fd0c4] bg-[#3fd0c4]"
/* SCSS */
$brand: #3fd0c4;
/* SwiftUI */
Color(red: 0.247, green: 0.816, blue: 0.769)
/* Android */
Color.parseColor("#3fd0c4")
/* Flutter */
Color(0xFF3FD0C4)
/* Python / OpenCV (BGR) */
(196, 208, 63)

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

Accessibility — WCAG contrast

Aa
#3fd0c4 on white: 1.90:1
AA ✗ fail · AA-large · AAA
Aa
#3fd0c4 on black: 11.03:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C5C5C4
deuteranopia · #B0B5C5
tritanopia · #00D5CC

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #3fd0c4 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F4FBFA
#E8F7F6
#CCF0ED
#A5E9E3
#78DED5
#3fd0c4
#30C5B8
#28A49A
#20837B
#1B5F5A
#113C38
Base = 500Lightest = 50 · #F4FBFADarkest = 950 · #113C38
:root {
  --brand-50: #F4FBFA;
  --brand-100: #E8F7F6;
  --brand-200: #CCF0ED;
  --brand-300: #A5E9E3;
  --brand-400: #78DED5;
  --brand-500: #3fd0c4;
  --brand-600: #30C5B8;
  --brand-700: #28A49A;
  --brand-800: #20837B;
  --brand-900: #1B5F5A;
  --brand-950: #113C38;
  --brand: #3fd0c4;
  --brand-ink: #000000;
}

Colors that work with #3fd0c4

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#C0EDE9
Hairlines and dividers
Muted text#4B9B94
Captions on the surface
Accent#D53A6E
Second voice, not a rival
Dark variant#196660
Hover, pressed, headers
Light variant#EBFAF9
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 #3fd0c4

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
  • 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
  • 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#D03F4B
Analogous left#3FD07B
Analogous right#3F94D0
Split-complement 1#D03F94
Split-complement 2#D07B3F
Triadic 1#C43FD0
Triadic 2#D0C43F
Tetradic#7B3FD0

RGB percentages

Red24.7%
Green81.6%
Blue76.9%

CMYK percentages

Cyan69.7%
Magenta0.0%
Yellow5.8%
Key (black)18.4%

Color previews

#3fd0c4 text on a black background

contrast 11.03:1

Card sample

#3fd0c4 text on a white background

contrast 1.90:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #3fd0c4;
Background color
Panel with #3fd0c4 background
background-color: #3fd0c4;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(63, 208, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 208, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd0c4;
background: linear-gradient(135deg, #3fd0c4, #3F7BD0);

Monochromatic scale

Palettes built from #3fd0c4

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.

#3fd0c4 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
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#3fd0c4, answered

What color is #3fd0c4?

#3fd0c4 is a balanced vivid cyan, closest to Medium Turquoise (ΔE2000 2.6). It sits at 175° on the hue wheel with 61% saturation and 53% lightness, which reads as cool.

What is the RGB value of #3fd0c4?

rgb(63, 208, 196) — 63 red, 208 green and 196 blue out of 255, or 24.7% / 81.6% / 76.9% by channel.

Is #3fd0c4 a light or a dark color?

It is a light color. Relative luminance is 0.5015 and perceived brightness is 69%, so black text on it reaches 11.03:1.

Should I use black or white text on #3fd0c4?

Black. It scores 11.03:1 against #3fd0c4, versus 1.90:1 for white — AAA at any size.

What is the complementary color of #3fd0c4?

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

What colors go well with #3fd0c4?

For interface work: #F4FAFA as the surface, #C0EDE9 for borders, #4B9B94 for secondary text, #D53A6E as an accent and #196660 for hover and pressed states. For a palette, the analogous pair #3FD07B and #3F94D0 stays calm, while #D03F4B is the loudest partner.

What is #3fd0c4 in CMYK for printing?

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

Is #3fd0c4 warm or cool?

Cool — it scores 85 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #3FD08F; nudged cooler, #3CA9D2.

Work with #3fd0c4 in the Color Lab