Skip to content

#0dcdd2

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

RGB
13, 205, 210
HSL
182°, 88%, 44%
CMYK
94, 2, 0, 18
Luminance
0.4840

At a glance

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

Hex
#0dcdd2
Hue
182°
cyan
Saturation
88%
electric
Lightness
44%
dark
Brightness
82%
HSV value
Perceived
68%
weighted brightness
Luminance
0.4840
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
10.68:1
Closest name
Dark Turquoise
ΔE2000 0.8
Where it sits
Hue182° of 360°
Saturation88%
Lightness44%
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#0dcdd2
RGBrgb(13, 205, 210)
HSLhsl(182, 88%, 44%)
CMYKcmyk(94%, 2%, 0%, 18%)
LABlab(75.1 -38.9 -14.4)
LCHlch(75.1 41.5 200.3)
OKLCHoklch(0.770 0.130 198.0)
Decimal904658
Display P3color(display-p3 0.051 0.804 0.824)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#0dcdd2 on white: 1.97:1
AA ✗ fail · AA-large · AAA
Aa
#0dcdd2 on black: 10.68:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BDC3D3
deuteranopia · #A6B1D3
tritanopia · #00D5CE

Color scale — 50 to 950

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

#F2FCFD
#E5FAFA
#C4F7F8
#95F6F8
#61F1F5
#2CEDF2
#0EE1E6
#0dcdd2
#0A969A
#0B6C6F
#074445
Base = 700Lightest = 50 · #F2FCFDDarkest = 950 · #074445
:root {
  --brand-50: #F2FCFD;
  --brand-100: #E5FAFA;
  --brand-200: #C4F7F8;
  --brand-300: #95F6F8;
  --brand-400: #61F1F5;
  --brand-500: #2CEDF2;
  --brand-600: #0EE1E6;
  --brand-700: #0dcdd2;
  --brand-800: #0A969A;
  --brand-900: #0B6C6F;
  --brand-950: #074445;
  --brand: #0dcdd2;
  --brand-ink: #000000;
}

Colors that work with #0dcdd2

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#4B999B
Captions on the surface
Accent#D60937
Second voice, not a rival
Dark variant#077578
Hover, pressed, headers
Light variant#E7FDFE
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 #0dcdd2

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#D2120D
Analogous left#0DD274
Analogous right#0D6BD2
Split-complement 1#D20D6B
Split-complement 2#D2740D
Triadic 1#D20DCD
Triadic 2#CDD20D
Tetradic#740DD2

RGB percentages

Red5.1%
Green80.4%
Blue82.4%

CMYK percentages

Cyan93.8%
Magenta2.4%
Yellow0.0%
Key (black)17.6%

Color previews

#0dcdd2 text on a black background

contrast 10.68:1

Card sample

#0dcdd2 text on a white background

contrast 1.97:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #0dcdd2

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.

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

#0dcdd2, answered

What color is #0dcdd2?

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

What is the RGB value of #0dcdd2?

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

Is #0dcdd2 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4840 and perceived brightness is 68%, so black text on it reaches 10.68:1.

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

Black. It scores 10.68:1 against #0dcdd2, versus 1.97:1 for white — AAA at any size.

What is the complementary color of #0dcdd2?

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

What colors go well with #0dcdd2?

For interface work: #F4FAFA as the surface, #C0ECED for borders, #4B999B for secondary text, #D60937 as an accent and #077578 for hover and pressed states. For a palette, the analogous pair #0DD274 and #0D6BD2 stays calm, while #D2120D is the loudest partner.

What is #0dcdd2 in CMYK for printing?

cmyk(94%, 2%, 0%, 18%). 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 #0dcdd2 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 #0DD28F; nudged cooler, #0B9DD4.

Work with #0dcdd2 in the Color Lab