Skip to content

#0d9cdf

a balanced, electric cyan · cool · closest name: Dodger Blue

RGB
13, 156, 223
HSL
199°, 89%, 46%
CMYK
94, 30, 0, 13
Luminance
0.2919

At a glance

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

Hex
#0d9cdf
Hue
199°
cyan
Saturation
89%
electric
Lightness
46%
balanced
Brightness
87%
HSV value
Perceived
55%
weighted brightness
Luminance
0.2919
WCAG relative
Temperature
Cool
95/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
6.84:1
Closest name
Dodger Blue
ΔE2000 8.3
Where it sits
Hue199° of 360°
Saturation89%
Lightness46%
Temperature
Warm ← → Cool95% 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#0d9cdf
RGBrgb(13, 156, 223)
HSLhsl(199, 89%, 46%)
CMYKcmyk(94%, 30%, 0%, 13%)
LABlab(61.0 -9.7 -43.3)
LCHlch(61.0 44.3 257.3)
OKLCHoklch(0.658 0.144 238.3)
Decimal892127
Display P3color(display-p3 0.051 0.612 0.875)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#0d9cdf on white: 3.07:1
AA ✗ fail · AA-large · AAA
Aa
#0d9cdf on black: 6.84:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #7B9DE2
deuteranopia · #618BDE
tritanopia · #00ADB4

Color scale — 50 to 950

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

#F2F9FD
#E5F4FB
#C4E7F8
#95D9F9
#60C6F6
#2BB3F3
#0d9cdf
#0B87C1
#096C9A
#0B4F6F
#073246
Base = 600Lightest = 50 · #F2F9FDDarkest = 950 · #073246
:root {
  --brand-50: #F2F9FD;
  --brand-100: #E5F4FB;
  --brand-200: #C4E7F8;
  --brand-300: #95D9F9;
  --brand-400: #60C6F6;
  --brand-500: #2BB3F3;
  --brand-600: #0d9cdf;
  --brand-700: #0B87C1;
  --brand-800: #096C9A;
  --brand-900: #0B4F6F;
  --brand-950: #073246;
  --brand: #0d9cdf;
  --brand-ink: #000000;
}

Colors that work with #0d9cdf

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#F4F8FA
Tinted page background
Border#C0DEED
Hairlines and dividers
Muted text#4B819B
Captions on the surface
Accent#E41708
Second voice, not a rival
Dark variant#075478
Hover, pressed, headers
Light variant#E7F6FE
Selected rows, tints
Dark surface#141F24
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 #0d9cdf

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • 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
  • Small text on white — under 4.5:1
  • 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#DF500D
Analogous left#0DDFB9
Analogous right#0D33DF
Split-complement 1#DF0D33
Split-complement 2#DFB90D
Triadic 1#DF0D9C
Triadic 2#9CDF0D
Tetradic#B90DDF

RGB percentages

Red5.1%
Green61.2%
Blue87.5%

CMYK percentages

Cyan94.2%
Magenta30.0%
Yellow0.0%
Key (black)12.5%

Color previews

#0d9cdf text on a black background

contrast 6.84:1

Card sample

#0d9cdf text on a white background

contrast 3.07:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #0d9cdf

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.

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

#0d9cdf, answered

What color is #0d9cdf?

#0d9cdf is a balanced electric cyan, closest to Dodger Blue (ΔE2000 8.3). It sits at 199° on the hue wheel with 89% saturation and 46% lightness, which reads as cool.

What is the RGB value of #0d9cdf?

rgb(13, 156, 223) — 13 red, 156 green and 223 blue out of 255, or 5.1% / 61.2% / 87.5% by channel.

Is #0d9cdf a light or a dark color?

It is a mid-tone. Relative luminance is 0.2919 and perceived brightness is 55%, so black text on it reaches 6.84:1.

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

Black. It scores 6.84:1 against #0d9cdf, versus 3.07:1 for white — AA at any size.

What is the complementary color of #0d9cdf?

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

What colors go well with #0d9cdf?

For interface work: #F4F8FA as the surface, #C0DEED for borders, #4B819B for secondary text, #E41708 as an accent and #075478 for hover and pressed states. For a palette, the analogous pair #0DDFB9 and #0D33DF stays calm, while #DF500D is the loudest partner.

What is #0d9cdf in CMYK for printing?

cmyk(94%, 30%, 0%, 13%). 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 #0d9cdf warm or cool?

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

Work with #0d9cdf in the Color Lab