Skip to content

#3ce2c4

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

RGB
60, 226, 196
HSL
169°, 74%, 56%
CMYK
74, 0, 13, 11
Luminance
0.5934

At a glance

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

Hex
#3ce2c4
Hue
169°
cyan
Saturation
74%
vivid
Lightness
56%
balanced
Brightness
89%
HSV value
Perceived
74%
weighted brightness
Luminance
0.5934
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
12.87:1
Closest name
Turquoise
ΔE2000 4.3
Where it sits
Hue169° of 360°
Saturation74%
Lightness56%
Temperature
Warm ← → Cool83% 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#3ce2c4
RGBrgb(60, 226, 196)
HSLhsl(169, 74%, 56%)
CMYKcmyk(74%, 0%, 13%, 11%)
LABlab(81.5 -48.5 2.6)
LCHlch(81.5 48.6 176.9)
OKLCHoklch(0.823 0.139 177.4)
Decimal3990212
Display P3color(display-p3 0.235 0.886 0.769)

Copy-ready code

/* CSS */
color: #3ce2c4;
background-color: #3ce2c4;
/* Tailwind (arbitrary) */
class="text-[#3ce2c4] bg-[#3ce2c4]"
/* SCSS */
$brand: #3ce2c4;
/* SwiftUI */
Color(red: 0.235, green: 0.886, blue: 0.769)
/* Android */
Color.parseColor("#3ce2c4")
/* Flutter */
Color(0xFF3CE2C4)
/* Python / OpenCV (BGR) */
(196, 226, 60)

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

Accessibility — WCAG contrast

Aa
#3ce2c4 on white: 1.63:1
AA ✗ fail · AA-large · AAA
Aa
#3ce2c4 on black: 12.87:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D9D4C3
deuteranopia · #C3C4C6
tritanopia · #00E5D9

Color scale — 50 to 950

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

#F3FCFA
#E7F9F5
#C8F3EC
#9DF0E2
#6CE9D3
#3ce2c4
#20D5B4
#1AB296
#158E78
#136758
#0C4037
Base = 500Lightest = 50 · #F3FCFADarkest = 950 · #0C4037
:root {
  --brand-50: #F3FCFA;
  --brand-100: #E7F9F5;
  --brand-200: #C8F3EC;
  --brand-300: #9DF0E2;
  --brand-400: #6CE9D3;
  --brand-500: #3ce2c4;
  --brand-600: #20D5B4;
  --brand-700: #1AB296;
  --brand-800: #158E78;
  --brand-900: #136758;
  --brand-950: #0C4037;
  --brand: #3ce2c4;
  --brand-ink: #000000;
}

Colors that work with #3ce2c4

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#C0EDE5
Hairlines and dividers
Muted text#4B9B8C
Captions on the surface
Accent#E63883
Second voice, not a rival
Dark variant#116F5E
Hover, pressed, headers
Light variant#E9FCF8
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 #3ce2c4

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#E23C5A
Analogous left#3CE271
Analogous right#3CADE2
Split-complement 1#E23CAD
Split-complement 2#E2713C
Triadic 1#C43CE2
Triadic 2#E2C43C
Tetradic#713CE2

RGB percentages

Red23.5%
Green88.6%
Blue76.9%

CMYK percentages

Cyan73.5%
Magenta0.0%
Yellow13.3%
Key (black)11.4%

Color previews

#3ce2c4 text on a black background

contrast 12.87:1

Card sample

#3ce2c4 text on a white background

contrast 1.63:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #3ce2c4

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.

#3ce2c4 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.

#3ce2c4, answered

What color is #3ce2c4?

#3ce2c4 is a balanced vivid cyan, closest to Turquoise (ΔE2000 4.3). It sits at 169° on the hue wheel with 74% saturation and 56% lightness, which reads as cool.

What is the RGB value of #3ce2c4?

rgb(60, 226, 196) — 60 red, 226 green and 196 blue out of 255, or 23.5% / 88.6% / 76.9% by channel.

Is #3ce2c4 a light or a dark color?

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

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

Black. It scores 12.87:1 against #3ce2c4, versus 1.63:1 for white — AAA at any size.

What is the complementary color of #3ce2c4?

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

What colors go well with #3ce2c4?

For interface work: #F4FAF9 as the surface, #C0EDE5 for borders, #4B9B8C for secondary text, #E63883 as an accent and #116F5E for hover and pressed states. For a palette, the analogous pair #3CE271 and #3CADE2 stays calm, while #E23C5A is the loudest partner.

What is #3ce2c4 in CMYK for printing?

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

Is #3ce2c4 warm or cool?

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

Work with #3ce2c4 in the Color Lab