Dodger Blue

#03BCDD

Cyan

Color Codes

All color formats for development

HEX
#03BCDD
RGB
rgb(3, 188, 221)
HSL
hsl(189, 97%, 44%)
OKLCH
oklch(0.733 0.13 216.4)
CMYK
cmyk(99%, 15%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.27:1

AA AAA

On Black Background

9.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCF9
200
#BEF4
300
#8BEC
400
#4FE2
500
#1DDA
600
#03BC
700
#0396
800
#026B
900
#0145
950
#012B

Shades

Darker variations

1#03AAC7
2#0397B1
3#02849B
4#027185
5#025E6F
6#014B58
7#013942
8#01262C
9#001316

Tints

Lighter variations

1#04D4F9
2#1EDAFC
3#3ADFFC
4#56E3FC
5#72E8FD
6#8EEDFD
7#ABF1FE
8#C7F6FE
9#E3FAFF

Tones

Muted variations

1#0EB5D2
2#19ADC7
3#24A6BC
4#2F9EB2
5#3A96A7
6#458F9C
7#508791
8#5A7F86
9#65787B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF9
#DCF9FE
Light backgroundsTable row hoverSkeleton loading
200
BEF4
#BEF4FE
Secondary backgroundsInput backgroundsDividers
300
8BEC
#8BECFD
BordersInactive statesPlaceholder text
400
4FE2
#4FE2FC
Disabled statesSecondary iconsMuted text
500
1DDA
#1DDAFC
Primary brand colorCTAsActive elementsLinks
600
03BC
#03BCDD
Hover statesFocus ringsPrimary buttons hover
700
0396
#0396B0
Active/pressed statesDark mode accentsSecondary text
800
026B
#026B7E
Text on light backgroundsHeadingsStrong borders
900
0145
#014550
Primary textHigh emphasis contentDark headings
950
012B
#012B32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FDFF;
  --dodger-blue-100: #DCF9FE;
  --dodger-blue-200: #BEF4FE;
  --dodger-blue-300: #8BECFD;
  --dodger-blue-400: #4FE2FC;
  --dodger-blue-500: #1DDAFC;
  --dodger-blue-600: #03BCDD;
  --dodger-blue-700: #0396B0;
  --dodger-blue-800: #026B7E;
  --dodger-blue-900: #014550;
  --dodger-blue-950: #012B32;
}
Generate More ShadesCreate PaletteConvert Color