Skip to content

#0dcccd

a dark, electric cyan · cool · “Dark Turquoise”

RGB
13, 204, 205
HSL
180°, 88%, 43%
CMYK
94, 1, 0, 20
Luminance
0.4768

At a glance

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

Hex
#0dcccd
Hue
180°
cyan
Saturation
88%
electric
Lightness
43%
dark
Brightness
80%
HSV value
Perceived
67%
weighted brightness
Luminance
0.4768
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
10.54:1
Closest name
Dark Turquoise
ΔE2000 0.8
Where it sits
Hue180° of 360°
Saturation88%
Lightness43%
Temperature
Warm ← → Cool88% 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#0dcccd
RGBrgb(13, 204, 205)
HSLhsl(180, 88%, 43%)
CMYKcmyk(94%, 1%, 0%, 20%)
LABlab(74.6 -40.0 -12.3)
LCHlch(74.6 41.9 197.2)
OKLCHoklch(0.766 0.129 195.4)
Decimal904397
Display P3color(display-p3 0.051 0.800 0.804)

Copy-ready code

/* CSS */
color: #0dcccd;
background-color: #0dcccd;
/* Tailwind (arbitrary) */
class="text-[#0dcccd] bg-[#0dcccd]"
/* SCSS */
$brand: #0dcccd;
/* SwiftUI */
Color(red: 0.051, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#0dcccd")
/* Flutter */
Color(0xFF0DCCCD)
/* Python / OpenCV (BGR) */
(205, 204, 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 #0dcccd · 10.54:1
Use #000000AAA at every size.
Aa
White text · 1.99:1
AA fail · AA large fail · AAA fail
Aa
Black text · 10.54:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #0dcccd as text scores 1.99:1 on white and 10.54:1 on black.

Accessibility — WCAG contrast

Aa
#0dcccd on white: 1.99:1
AA ✗ fail · AA-large · AAA
Aa
#0dcccd on black: 10.54:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BDC1CD
deuteranopia · #A6B0CE
tritanopia · #00D3CC

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #0dcccd 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
#C4F7F8
#95F8F8
#61F4F5
#2CF1F2
#0FE5E6
#0dcccd
#0A9999
#0C6E6F
#074545
Base = 700Lightest = 50 · #F2FDFDDarkest = 950 · #074545
:root {
  --brand-50: #F2FDFD;
  --brand-100: #E5FAFA;
  --brand-200: #C4F7F8;
  --brand-300: #95F8F8;
  --brand-400: #61F4F5;
  --brand-500: #2CF1F2;
  --brand-600: #0FE5E6;
  --brand-700: #0dcccd;
  --brand-800: #0A9999;
  --brand-900: #0C6E6F;
  --brand-950: #074545;
  --brand: #0dcccd;
  --brand-ink: #000000;
}

Colors that work with #0dcccd

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#C0ECED
Hairlines and dividers
Muted text#4B9B9B
Captions on the surface
Accent#D1093A
Second voice, not a rival
Dark variant#087778
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 #0dcccd

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#CD0E0D
Analogous left#0DCD6E
Analogous right#0D6CCD
Split-complement 1#CD0D6C
Split-complement 2#CD6E0D
Triadic 1#CD0DCC
Triadic 2#CCCD0D
Tetradic#6E0DCD

RGB percentages

Red5.1%
Green80.0%
Blue80.4%

CMYK percentages

Cyan93.7%
Magenta0.5%
Yellow0.0%
Key (black)19.6%

Color previews

#0dcccd text on a black background

contrast 10.54:1

Card sample

#0dcccd text on a white background

contrast 1.99:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #0dcccd

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.

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

#0dcccd, answered

What color is #0dcccd?

#0dcccd is a dark electric cyan — the CSS keyword Dark Turquoise. It sits at 180° on the hue wheel with 88% saturation and 43% lightness, which reads as cool.

What is the RGB value of #0dcccd?

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

Is #0dcccd a light or a dark color?

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

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

Black. It scores 10.54:1 against #0dcccd, versus 1.99:1 for white — AAA at any size.

What is the complementary color of #0dcccd?

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

What colors go well with #0dcccd?

For interface work: #F4FAFA as the surface, #C0ECED for borders, #4B9B9B for secondary text, #D1093A as an accent and #087778 for hover and pressed states. For a palette, the analogous pair #0DCD6E and #0D6CCD stays calm, while #CD0E0D is the loudest partner.

What is #0dcccd in CMYK for printing?

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

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

Work with #0dcccd in the Color Lab