Skip to content

#0dcdcb

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

RGB
13, 205, 203
HSL
179°, 88%, 43%
CMYK
94, 0, 1, 20
Luminance
0.4806

At a glance

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

Hex
#0dcdcb
Hue
179°
cyan
Saturation
88%
electric
Lightness
43%
dark
Brightness
80%
HSV value
Perceived
67%
weighted brightness
Luminance
0.4806
WCAG relative
Temperature
Cool
87/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
10.61:1
Closest name
Dark Turquoise
ΔE2000 1.7
Where it sits
Hue179° of 360°
Saturation88%
Lightness43%
Temperature
Warm ← → Cool87% 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#0dcdcb
RGBrgb(13, 205, 203)
HSLhsl(179, 88%, 43%)
CMYKcmyk(94%, 0%, 1%, 20%)
LABlab(74.9 -41.0 -10.9)
LCHlch(74.9 42.5 194.9)
OKLCHoklch(0.768 0.130 193.5)
Decimal904651
Display P3color(display-p3 0.051 0.804 0.796)

Copy-ready code

/* CSS */
color: #0dcdcb;
background-color: #0dcdcb;
/* Tailwind (arbitrary) */
class="text-[#0dcdcb] bg-[#0dcdcb]"
/* SCSS */
$brand: #0dcdcb;
/* SwiftUI */
Color(red: 0.051, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#0dcdcb")
/* Flutter */
Color(0xFF0DCDCB)
/* Python / OpenCV (BGR) */
(203, 205, 13)

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

Accessibility — WCAG contrast

Aa
#0dcdcb on white: 1.98:1
AA ✗ fail · AA-large · AAA
Aa
#0dcdcb on black: 10.61:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BFC2CB
deuteranopia · #A8B1CC
tritanopia · #00D4CC

Color scale — 50 to 950

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

#F2FDFD
#E5FAFA
#C4F8F7
#95F8F7
#61F5F4
#2CF2F0
#0FE6E4
#0dcdcb
#0A9998
#0C6F6E
#074545
Base = 700Lightest = 50 · #F2FDFDDarkest = 950 · #074545
:root {
  --brand-50: #F2FDFD;
  --brand-100: #E5FAFA;
  --brand-200: #C4F8F7;
  --brand-300: #95F8F7;
  --brand-400: #61F5F4;
  --brand-500: #2CF2F0;
  --brand-600: #0FE6E4;
  --brand-700: #0dcdcb;
  --brand-800: #0A9998;
  --brand-900: #0C6F6E;
  --brand-950: #074545;
  --brand: #0dcdcb;
  --brand-ink: #000000;
}

Colors that work with #0dcdcb

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#C0EDEC
Hairlines and dividers
Muted text#4B9B9A
Captions on the surface
Accent#D1093D
Second voice, not a rival
Dark variant#087877
Hover, pressed, headers
Light variant#E7FDFD
Selected rows, tints
Dark surface#142424
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 #0dcdcb

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#CD0D0F
Analogous left#0DCD6B
Analogous right#0D6FCD
Split-complement 1#CD0D6F
Split-complement 2#CD6B0D
Triadic 1#CB0DCD
Triadic 2#CDCB0D
Tetradic#6B0DCD

RGB percentages

Red5.1%
Green80.4%
Blue79.6%

CMYK percentages

Cyan93.7%
Magenta0.0%
Yellow1.0%
Key (black)19.6%

Color previews

#0dcdcb text on a black background

contrast 10.61:1

Card sample

#0dcdcb text on a white background

contrast 1.98:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(13, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dcdcb;
background: linear-gradient(135deg, #0dcdcb, #0D4FCD);

Monochromatic scale

Palettes built from #0dcdcb

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.

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

#0dcdcb, answered

What color is #0dcdcb?

#0dcdcb is a dark electric cyan, closest to Dark Turquoise (ΔE2000 1.7). It sits at 179° on the hue wheel with 88% saturation and 43% lightness, which reads as cool.

What is the RGB value of #0dcdcb?

rgb(13, 205, 203) — 13 red, 205 green and 203 blue out of 255, or 5.1% / 80.4% / 79.6% by channel.

Is #0dcdcb a light or a dark color?

It is a mid-tone. Relative luminance is 0.4806 and perceived brightness is 67%, so black text on it reaches 10.61:1.

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

Black. It scores 10.61:1 against #0dcdcb, versus 1.98:1 for white — AAA at any size.

What is the complementary color of #0dcdcb?

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

What colors go well with #0dcdcb?

For interface work: #F4FAFA as the surface, #C0EDEC for borders, #4B9B9A for secondary text, #D1093D as an accent and #087877 for hover and pressed states. For a palette, the analogous pair #0DCD6B and #0D6FCD stays calm, while #CD0D0F is the loudest partner.

What is #0dcdcb in CMYK for printing?

cmyk(94%, 0%, 1%, 20%). 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 #0dcdcb warm or cool?

Cool — it scores 87 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #0DCD85; nudged cooler, #0B9CCF.

Work with #0dcdcb in the Color Lab