Skip to content

#0acacb

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

RGB
10, 202, 203
HSL
180°, 91%, 42%
CMYK
95, 1, 0, 20
Luminance
0.4662

At a glance

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

Hex
#0acacb
Hue
180°
cyan
Saturation
91%
electric
Lightness
42%
dark
Brightness
80%
HSV value
Perceived
66%
weighted brightness
Luminance
0.4662
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
10.32:1
Closest name
Dark Turquoise
ΔE2000 1.2
Where it sits
Hue180° of 360°
Saturation91%
Lightness42%
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#0acacb
RGBrgb(10, 202, 203)
HSLhsl(180, 91%, 42%)
CMYKcmyk(95%, 1%, 0%, 20%)
LABlab(73.9 -39.8 -12.3)
LCHlch(73.9 41.6 197.2)
OKLCHoklch(0.760 0.129 195.4)
Decimal707275
Display P3color(display-p3 0.039 0.792 0.796)

Copy-ready code

/* CSS */
color: #0acacb;
background-color: #0acacb;
/* Tailwind (arbitrary) */
class="text-[#0acacb] bg-[#0acacb]"
/* SCSS */
$brand: #0acacb;
/* SwiftUI */
Color(red: 0.039, green: 0.792, blue: 0.796)
/* Android */
Color.parseColor("#0acacb")
/* Flutter */
Color(0xFF0ACACB)
/* Python / OpenCV (BGR) */
(203, 202, 10)

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

Accessibility — WCAG contrast

Aa
#0acacb on white: 2.03:1
AA ✗ fail · AA-large · AAA
Aa
#0acacb on black: 10.32:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BBBFCB
deuteranopia · #A4AFCC
tritanopia · #00D1CA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #0acacb 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
#E5FBFB
#C3F8F9
#94F9FA
#5FF6F7
#29F3F4
#0CE8E9
#0acacb
#089B9C
#0A7070
#064646
Base = 700Lightest = 50 · #F2FDFDDarkest = 950 · #064646
:root {
  --brand-50: #F2FDFD;
  --brand-100: #E5FBFB;
  --brand-200: #C3F8F9;
  --brand-300: #94F9FA;
  --brand-400: #5FF6F7;
  --brand-500: #29F3F4;
  --brand-600: #0CE8E9;
  --brand-700: #0acacb;
  --brand-800: #089B9C;
  --brand-900: #0A7070;
  --brand-950: #064646;
  --brand: #0acacb;
  --brand-ink: #000000;
}

Colors that work with #0acacb

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#CF0637
Second voice, not a rival
Dark variant#06797A
Hover, pressed, headers
Light variant#E7FEFE
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 #0acacb

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#CB0B0A
Analogous left#0ACB6C
Analogous right#0A6ACB
Split-complement 1#CB0A6A
Split-complement 2#CB6C0A
Triadic 1#CB0ACA
Triadic 2#CACB0A
Tetradic#6C0ACB

RGB percentages

Red3.9%
Green79.2%
Blue79.6%

CMYK percentages

Cyan95.1%
Magenta0.5%
Yellow0.0%
Key (black)20.4%

Color previews

#0acacb text on a black background

contrast 10.32:1

Card sample

#0acacb text on a white background

contrast 2.03:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #0acacb

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.

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

#0acacb, answered

What color is #0acacb?

#0acacb is a dark electric cyan, closest to Dark Turquoise (ΔE2000 1.2). It sits at 180° on the hue wheel with 91% saturation and 42% lightness, which reads as cool.

What is the RGB value of #0acacb?

rgb(10, 202, 203) — 10 red, 202 green and 203 blue out of 255, or 3.9% / 79.2% / 79.6% by channel.

Is #0acacb a light or a dark color?

It is a mid-tone. Relative luminance is 0.4662 and perceived brightness is 66%, so black text on it reaches 10.32:1.

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

Black. It scores 10.32:1 against #0acacb, versus 2.03:1 for white — AAA at any size.

What is the complementary color of #0acacb?

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

What colors go well with #0acacb?

For interface work: #F4FAFA as the surface, #C0ECED for borders, #4B9B9B for secondary text, #CF0637 as an accent and #06797A for hover and pressed states. For a palette, the analogous pair #0ACB6C and #0A6ACB stays calm, while #CB0B0A is the loudest partner.

What is #0acacb in CMYK for printing?

cmyk(95%, 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 #0acacb 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 #0ACB85; nudged cooler, #0899CD.

Work with #0acacb in the Color Lab