Skip to content

#03dfb4

a dark, electric cyan · cool · closest name: Medium Aqua Marine

RGB
3, 223, 180
HSL
168°, 97%, 44%
CMYK
99, 0, 19, 13
Luminance
0.5609

At a glance

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

Hex
#03dfb4
Hue
168°
cyan
Saturation
97%
electric
Lightness
44%
dark
Brightness
87%
HSV value
Perceived
71%
weighted brightness
Luminance
0.5609
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
12.22:1
Closest name
Medium Aqua Marine
ΔE2000 6.2
Where it sits
Hue168° of 360°
Saturation97%
Lightness44%
Temperature
Warm ← → Cool83% 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#03dfb4
RGBrgb(3, 223, 180)
HSLhsl(168, 97%, 44%)
CMYKcmyk(99%, 0%, 19%, 13%)
LABlab(79.7 -55.1 8.4)
LCHlch(79.7 55.8 171.3)
OKLCHoklch(0.805 0.156 172.1)
Decimal253876
Display P3color(display-p3 0.012 0.875 0.706)

Copy-ready code

/* CSS */
color: #03dfb4;
background-color: #03dfb4;
/* Tailwind (arbitrary) */
class="text-[#03dfb4] bg-[#03dfb4]"
/* SCSS */
$brand: #03dfb4;
/* SwiftUI */
Color(red: 0.012, green: 0.875, blue: 0.706)
/* Android */
Color.parseColor("#03dfb4")
/* Flutter */
Color(0xFF03DFB4)
/* Python / OpenCV (BGR) */
(180, 223, 3)

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

Accessibility — WCAG contrast

Aa
#03dfb4 on white: 1.72:1
AA ✗ fail · AA-large · AAA
Aa
#03dfb4 on black: 12.22:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D8CFB2
deuteranopia · #C1BFB7
tritanopia · #00E1D3

Color scale — 50 to 950

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

#F1FDFB
#E4FCF7
#C1FBF0
#90FDE8
#59FDDD
#22FCD1
#03dfb4
#03C9A3
#02A182
#06745F
#04483B
Base = 600Lightest = 50 · #F1FDFBDarkest = 950 · #04483B
:root {
  --brand-50: #F1FDFB;
  --brand-100: #E4FCF7;
  --brand-200: #C1FBF0;
  --brand-300: #90FDE8;
  --brand-400: #59FDDD;
  --brand-500: #22FCD1;
  --brand-600: #03dfb4;
  --brand-700: #03C9A3;
  --brand-800: #02A182;
  --brand-900: #06745F;
  --brand-950: #04483B;
  --brand: #03dfb4;
  --brand-ink: #000000;
}

Colors that work with #03dfb4

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#F4FAF9
Tinted page background
Border#C0EDE4
Hairlines and dividers
Muted text#4B9B8B
Captions on the surface
Accent#E20065
Second voice, not a rival
Dark variant#027E66
Hover, pressed, headers
Light variant#E6FFFA
Selected rows, tints
Dark surface#142421
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 #03dfb4

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#DF032E
Analogous left#03DF46
Analogous right#039CDF
Split-complement 1#DF039C
Split-complement 2#DF4603
Triadic 1#B403DF
Triadic 2#DFB403
Tetradic#4603DF

RGB percentages

Red1.2%
Green87.5%
Blue70.6%

CMYK percentages

Cyan98.7%
Magenta0.0%
Yellow19.3%
Key (black)12.5%

Color previews

#03dfb4 text on a black background

contrast 12.22:1

Card sample

#03dfb4 text on a white background

contrast 1.72:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #03dfb4;
Background color
Panel with #03dfb4 background
background-color: #03dfb4;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #03dfb4;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(3, 223, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 223, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03dfb4;
background: linear-gradient(135deg, #03dfb4, #0377DF);

Monochromatic scale

Palettes built from #03dfb4

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.

#03dfb4 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.

#03dfb4, answered

What color is #03dfb4?

#03dfb4 is a dark electric cyan, closest to Medium Aqua Marine (ΔE2000 6.2). It sits at 168° on the hue wheel with 97% saturation and 44% lightness, which reads as cool.

What is the RGB value of #03dfb4?

rgb(3, 223, 180) — 3 red, 223 green and 180 blue out of 255, or 1.2% / 87.5% / 70.6% by channel.

Is #03dfb4 a light or a dark color?

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

Should I use black or white text on #03dfb4?

Black. It scores 12.22:1 against #03dfb4, versus 1.72:1 for white — AAA at any size.

What is the complementary color of #03dfb4?

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

What colors go well with #03dfb4?

For interface work: #F4FAF9 as the surface, #C0EDE4 for borders, #4B9B8B for secondary text, #E20065 as an accent and #027E66 for hover and pressed states. For a palette, the analogous pair #03DF46 and #039CDF stays calm, while #DF032E is the loudest partner.

What is #03dfb4 in CMYK for printing?

cmyk(99%, 0%, 19%, 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 #03dfb4 warm or cool?

Cool — it scores 83 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #03DF63; nudged cooler, #01BDE1.

Work with #03dfb4 in the Color Lab