Dodger Blue

#03B2DD

Cyan

Color Codes

All color formats for development

HEX
#03B2DD
RGB
rgb(3, 178, 221)
HSL
hsl(192, 97%, 44%)
OKLCH
oklch(0.709 0.132 223.3)
CMYK
cmyk(99%, 19%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.50:1

AA AAA

On Black Background

8.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF8
200
#BEF1
300
#8BE6
400
#4FDA
500
#1DCF
600
#03B2
700
#038D
800
#0265
900
#0141
950
#0128

Shades

Darker variations

1#03A0C7
2#038EB1
3#027C9B
4#026B85
5#02596F
6#014758
7#013542
8#01242C
9#001216

Tints

Lighter variations

1#04C8F9
2#1ECFFC
3#3AD5FC
4#56DBFC
5#72E1FD
6#8EE7FD
7#ABEDFE
8#C7F3FE
9#E3F9FF

Tones

Muted variations

1#0EABD2
2#19A4C7
3#249EBC
4#2F97B2
5#3A91A7
6#458A9C
7#508491
8#5A7D86
9#65777B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF8
#DCF8FE
Light backgroundsTable row hoverSkeleton loading
200
BEF1
#BEF1FE
Secondary backgroundsInput backgroundsDividers
300
8BE6
#8BE6FD
BordersInactive statesPlaceholder text
400
4FDA
#4FDAFC
Disabled statesSecondary iconsMuted text
500
1DCF
#1DCFFC
Primary brand colorCTAsActive elementsLinks
600
03B2
#03B2DD
Hover statesFocus ringsPrimary buttons hover
700
038D
#038DB0
Active/pressed statesDark mode accentsSecondary text
800
0265
#02657E
Text on light backgroundsHeadingsStrong borders
900
0141
#014150
Primary textHigh emphasis contentDark headings
950
0128
#012832
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FCFF;
  --dodger-blue-100: #DCF8FE;
  --dodger-blue-200: #BEF1FE;
  --dodger-blue-300: #8BE6FD;
  --dodger-blue-400: #4FDAFC;
  --dodger-blue-500: #1DCFFC;
  --dodger-blue-600: #03B2DD;
  --dodger-blue-700: #038DB0;
  --dodger-blue-800: #02657E;
  --dodger-blue-900: #014150;
  --dodger-blue-950: #012832;
}
Generate More ShadesCreate PaletteConvert Color