Skip to content

#0cd7c3

a dark, electric cyan · cool · closest name: Turquoise

RGB
12, 215, 195
HSL
174°, 89%, 45%
CMYK
94, 0, 9, 16
Luminance
0.5262

At a glance

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

Hex
#0cd7c3
Hue
174°
cyan
Saturation
89%
electric
Lightness
45%
dark
Brightness
84%
HSV value
Perceived
70%
weighted brightness
Luminance
0.5262
WCAG relative
Temperature
Cool
85/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
11.52:1
Closest name
Turquoise
ΔE2000 3
Where it sits
Hue174° of 360°
Saturation89%
Lightness45%
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#0cd7c3
RGBrgb(12, 215, 195)
HSLhsl(174, 89%, 45%)
CMYKcmyk(94%, 0%, 9%, 16%)
LABlab(77.7 -47.7 -2.5)
LCHlch(77.7 47.7 183.0)
OKLCHoklch(0.790 0.140 183.1)
Decimal841667
Display P3color(display-p3 0.047 0.843 0.765)

Copy-ready code

/* CSS */
color: #0cd7c3;
background-color: #0cd7c3;
/* Tailwind (arbitrary) */
class="text-[#0cd7c3] bg-[#0cd7c3]"
/* SCSS */
$brand: #0cd7c3;
/* SwiftUI */
Color(red: 0.047, green: 0.843, blue: 0.765)
/* Android */
Color.parseColor("#0cd7c3")
/* Flutter */
Color(0xFF0CD7C3)
/* Python / OpenCV (BGR) */
(195, 215, 12)

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

Accessibility — WCAG contrast

Aa
#0cd7c3 on white: 1.82:1
AA ✗ fail · AA-large · AAA
Aa
#0cd7c3 on black: 11.52:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CCCAC2
deuteranopia · #B5B9C5
tritanopia · #00DCD1

Color scale — 50 to 950

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

#F2FDFC
#E5FBF8
#C4F8F3
#95F9EF
#60F6E7
#2AF3DF
#0cd7c3
#0BC1AF
#099B8C
#0B7066
#074640
Base = 600Lightest = 50 · #F2FDFCDarkest = 950 · #074640
:root {
  --brand-50: #F2FDFC;
  --brand-100: #E5FBF8;
  --brand-200: #C4F8F3;
  --brand-300: #95F9EF;
  --brand-400: #60F6E7;
  --brand-500: #2AF3DF;
  --brand-600: #0cd7c3;
  --brand-700: #0BC1AF;
  --brand-800: #099B8C;
  --brand-900: #0B7066;
  --brand-950: #074640;
  --brand: #0cd7c3;
  --brand-ink: #000000;
}

Colors that work with #0cd7c3

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#C0EDE8
Hairlines and dividers
Muted text#4B9B93
Captions on the surface
Accent#DB0751
Second voice, not a rival
Dark variant#07796E
Hover, pressed, headers
Light variant#E7FEFB
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 #0cd7c3

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
  • Headers, footers and dark-mode surfaces
  • 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
  • Black 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#D70C20
Analogous left#0CD75E
Analogous right#0C85D7
Split-complement 1#D70C85
Split-complement 2#D75E0C
Triadic 1#C30CD7
Triadic 2#D7C30C
Tetradic#5E0CD7

RGB percentages

Red4.7%
Green84.3%
Blue76.5%

CMYK percentages

Cyan94.4%
Magenta0.0%
Yellow9.3%
Key (black)15.7%

Color previews

#0cd7c3 text on a black background

contrast 11.52:1

Card sample

#0cd7c3 text on a white background

contrast 1.82:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #0cd7c3;
Background color
Panel with #0cd7c3 background
background-color: #0cd7c3;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(12, 215, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 215, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd7c3;
background: linear-gradient(135deg, #0cd7c3, #0C64D7);

Monochromatic scale

Palettes built from #0cd7c3

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.

#0cd7c3 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#0cd7c3, answered

What color is #0cd7c3?

#0cd7c3 is a dark electric cyan, closest to Turquoise (ΔE2000 3). It sits at 174° on the hue wheel with 89% saturation and 45% lightness, which reads as cool.

What is the RGB value of #0cd7c3?

rgb(12, 215, 195) — 12 red, 215 green and 195 blue out of 255, or 4.7% / 84.3% / 76.5% by channel.

Is #0cd7c3 a light or a dark color?

It is a light color. Relative luminance is 0.5262 and perceived brightness is 70%, so black text on it reaches 11.52:1.

Should I use black or white text on #0cd7c3?

Black. It scores 11.52:1 against #0cd7c3, versus 1.82:1 for white — AAA at any size.

What is the complementary color of #0cd7c3?

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

What colors go well with #0cd7c3?

For interface work: #F4FAFA as the surface, #C0EDE8 for borders, #4B9B93 for secondary text, #DB0751 as an accent and #07796E for hover and pressed states. For a palette, the analogous pair #0CD75E and #0C85D7 stays calm, while #D70C20 is the loudest partner.

What is #0cd7c3 in CMYK for printing?

cmyk(94%, 0%, 9%, 16%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #0cd7c3 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 #0CD779; nudged cooler, #0AACD9.

Work with #0cd7c3 in the Color Lab