Skip to content

#0cdbcb

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

RGB
12, 219, 203
HSL
175°, 90%, 45%
CMYK
95, 0, 7, 14
Luminance
0.5505

At a glance

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

Hex
#0cdbcb
Hue
175°
cyan
Saturation
90%
electric
Lightness
45%
balanced
Brightness
86%
HSV value
Perceived
71%
weighted brightness
Luminance
0.5505
WCAG relative
Temperature
Cool
86/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
12.01:1
Closest name
Turquoise
ΔE2000 1.8
Where it sits
Hue175° of 360°
Saturation90%
Lightness45%
Temperature
Warm ← → Cool86% 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#0cdbcb
RGBrgb(12, 219, 203)
HSLhsl(175, 90%, 45%)
CMYKcmyk(95%, 0%, 7%, 14%)
LABlab(79.1 -47.2 -4.7)
LCHlch(79.1 47.4 185.7)
OKLCHoklch(0.802 0.140 185.5)
Decimal842699
Display P3color(display-p3 0.047 0.859 0.796)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#0cdbcb on white: 1.75:1
AA ✗ fail · AA-large · AAA
Aa
#0cdbcb on black: 12.01:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CFCECB
deuteranopia · #B7BCCD
tritanopia · #00E0D6

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #0cdbcb 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
#E5FBF9
#C3F8F4
#95F9F1
#5FF6EB
#2AF3E4
#0cdbcb
#0BC1B3
#089B90
#0B7068
#074641
Base = 600Lightest = 50 · #F2FDFCDarkest = 950 · #074641
:root {
  --brand-50: #F2FDFC;
  --brand-100: #E5FBF9;
  --brand-200: #C3F8F4;
  --brand-300: #95F9F1;
  --brand-400: #5FF6EB;
  --brand-500: #2AF3E4;
  --brand-600: #0cdbcb;
  --brand-700: #0BC1B3;
  --brand-800: #089B90;
  --brand-900: #0B7068;
  --brand-950: #074641;
  --brand: #0cdbcb;
  --brand-ink: #000000;
}

Colors that work with #0cdbcb

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#C0EDE9
Hairlines and dividers
Muted text#4B9B95
Captions on the surface
Accent#E0074E
Second voice, not a rival
Dark variant#077970
Hover, pressed, headers
Light variant#E7FEFC
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 #0cdbcb

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
  • 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
  • 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#DB0C1C
Analogous left#0CDB64
Analogous right#0C83DB
Split-complement 1#DB0C83
Split-complement 2#DB640C
Triadic 1#CB0CDB
Triadic 2#DBCB0C
Tetradic#640CDB

RGB percentages

Red4.7%
Green85.9%
Blue79.6%

CMYK percentages

Cyan94.5%
Magenta0.0%
Yellow7.3%
Key (black)14.1%

Color previews

#0cdbcb text on a black background

contrast 12.01:1

Card sample

#0cdbcb text on a white background

contrast 1.75:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #0cdbcb

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.

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

#0cdbcb, answered

What color is #0cdbcb?

#0cdbcb is a balanced electric cyan, closest to Turquoise (ΔE2000 1.8). It sits at 175° on the hue wheel with 90% saturation and 45% lightness, which reads as cool.

What is the RGB value of #0cdbcb?

rgb(12, 219, 203) — 12 red, 219 green and 203 blue out of 255, or 4.7% / 85.9% / 79.6% by channel.

Is #0cdbcb a light or a dark color?

It is a light color. Relative luminance is 0.5505 and perceived brightness is 71%, so black text on it reaches 12.01:1.

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

Black. It scores 12.01:1 against #0cdbcb, versus 1.75:1 for white — AAA at any size.

What is the complementary color of #0cdbcb?

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

What colors go well with #0cdbcb?

For interface work: #F4FAFA as the surface, #C0EDE9 for borders, #4B9B95 for secondary text, #E0074E as an accent and #077970 for hover and pressed states. For a palette, the analogous pair #0CDB64 and #0C83DB stays calm, while #DB0C1C is the loudest partner.

What is #0cdbcb in CMYK for printing?

cmyk(95%, 0%, 7%, 14%). 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 #0cdbcb warm or cool?

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

Work with #0cdbcb in the Color Lab