Skip to content

#0cd3be

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

RGB
12, 211, 190
HSL
174°, 89%, 44%
CMYK
94, 0, 10, 17
Luminance
0.5038

At a glance

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

Hex
#0cd3be
Hue
174°
cyan
Saturation
89%
electric
Lightness
44%
dark
Brightness
83%
HSV value
Perceived
68%
weighted brightness
Luminance
0.5038
WCAG relative
Temperature
Cool
85/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
11.08:1
Closest name
Turquoise
ΔE2000 3.9
Where it sits
Hue174° of 360°
Saturation89%
Lightness44%
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#0cd3be
RGBrgb(12, 211, 190)
HSLhsl(174, 89%, 44%)
CMYKcmyk(94%, 0%, 10%, 17%)
LABlab(76.3 -47.4 -1.8)
LCHlch(76.3 47.4 182.1)
OKLCHoklch(0.778 0.138 182.3)
Decimal840638
Display P3color(display-p3 0.047 0.827 0.745)

Copy-ready code

/* CSS */
color: #0cd3be;
background-color: #0cd3be;
/* Tailwind (arbitrary) */
class="text-[#0cd3be] bg-[#0cd3be]"
/* SCSS */
$brand: #0cd3be;
/* SwiftUI */
Color(red: 0.047, green: 0.827, blue: 0.745)
/* Android */
Color.parseColor("#0cd3be")
/* Flutter */
Color(0xFF0CD3BE)
/* Python / OpenCV (BGR) */
(190, 211, 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 #0cd3be · 11.08:1
Use #000000AAA at every size.
Aa
White text · 1.90:1
AA fail · AA large fail · AAA fail
Aa
Black text · 11.08:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #0cd3be as text scores 1.90:1 on white and 11.08:1 on black.

Accessibility — WCAG contrast

Aa
#0cd3be on white: 1.90:1
AA ✗ fail · AA-large · AAA
Aa
#0cd3be on black: 11.08:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C8C6BD
deuteranopia · #B2B5C0
tritanopia · #00D7CC

Color scale — 50 to 950

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

#F2FDFC
#E5FBF8
#C4F8F3
#95F9EE
#60F6E6
#2BF3DE
#0DE8D1
#0cd3be
#099A8B
#0B6F65
#07463F
Base = 700Lightest = 50 · #F2FDFCDarkest = 950 · #07463F
:root {
  --brand-50: #F2FDFC;
  --brand-100: #E5FBF8;
  --brand-200: #C4F8F3;
  --brand-300: #95F9EE;
  --brand-400: #60F6E6;
  --brand-500: #2BF3DE;
  --brand-600: #0DE8D1;
  --brand-700: #0cd3be;
  --brand-800: #099A8B;
  --brand-900: #0B6F65;
  --brand-950: #07463F;
  --brand: #0cd3be;
  --brand-ink: #000000;
}

Colors that work with #0cd3be

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#4B9B92
Captions on the surface
Accent#D70851
Second voice, not a rival
Dark variant#07796D
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 #0cd3be

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#D30C21
Analogous left#0CD35B
Analogous right#0C84D3
Split-complement 1#D30C84
Split-complement 2#D35B0C
Triadic 1#BE0CD3
Triadic 2#D3BE0C
Tetradic#5B0CD3

RGB percentages

Red4.7%
Green82.7%
Blue74.5%

CMYK percentages

Cyan94.3%
Magenta0.0%
Yellow10.0%
Key (black)17.3%

Color previews

#0cd3be text on a black background

contrast 11.08:1

Card sample

#0cd3be text on a white background

contrast 1.90:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #0cd3be

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.

#0cd3be 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.

#0cd3be, answered

What color is #0cd3be?

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

What is the RGB value of #0cd3be?

rgb(12, 211, 190) — 12 red, 211 green and 190 blue out of 255, or 4.7% / 82.7% / 74.5% by channel.

Is #0cd3be a light or a dark color?

It is a light color. Relative luminance is 0.5038 and perceived brightness is 68%, so black text on it reaches 11.08:1.

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

Black. It scores 11.08:1 against #0cd3be, versus 1.90:1 for white — AAA at any size.

What is the complementary color of #0cd3be?

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

What colors go well with #0cd3be?

For interface work: #F4FAFA as the surface, #C0EDE8 for borders, #4B9B92 for secondary text, #D70851 as an accent and #07796D for hover and pressed states. For a palette, the analogous pair #0CD35B and #0C84D3 stays calm, while #D30C21 is the loudest partner.

What is #0cd3be in CMYK for printing?

cmyk(94%, 0%, 10%, 17%). 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 #0cd3be 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 #0CD375; nudged cooler, #0AA9D5.

Work with #0cd3be in the Color Lab