Dodger Blue

#0682DB

Blue

Color Codes

All color formats for development

HEX
#0682DB
RGB
rgb(6, 130, 219)
HSL
hsl(205, 95%, 44%)
OKLCH
oklch(0.595 0.164 249.3)
CMYK
cmyk(97%, 41%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

4.02:1

AA AAA

On Black Background

5.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DCF0
200
#BEE3
300
#8DCE
400
#51B4
500
#1F9E
600
#0682
700
#0467
800
#034A
900
#022F
950
#011E

Shades

Darker variations

1#0575C5
2#0468AF
3#045B99
4#034E83
5#03416D
6#023458
7#022742
8#011A2C
9#010D16

Tints

Lighter variations

1#0693F7
2#209FF9
3#3CABFA
4#58B7FB
5#74C3FB
6#90CFFC
7#ABDBFD
8#C7E7FE
9#E3F3FE

Tones

Muted variations

1#1080D0
2#1B7EC5
3#267DBB
4#307BB0
5#3B79A5
6#46779B
7#507690
8#5B7486
9#66727B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FF
BackgroundsSubtle highlightsCard backgrounds
100
DCF0
#DCF0FE
Light backgroundsTable row hoverSkeleton loading
200
BEE3
#BEE3FD
Secondary backgroundsInput backgroundsDividers
300
8DCE
#8DCEFC
BordersInactive statesPlaceholder text
400
51B4
#51B4FB
Disabled statesSecondary iconsMuted text
500
1F9E
#1F9EF9
Primary brand colorCTAsActive elementsLinks
600
0682
#0682DB
Hover statesFocus ringsPrimary buttons hover
700
0467
#0467AE
Active/pressed statesDark mode accentsSecondary text
800
034A
#034A7C
Text on light backgroundsHeadingsStrong borders
900
022F
#022F50
Primary textHigh emphasis contentDark headings
950
011E
#011E32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F9FF;
  --dodger-blue-100: #DCF0FE;
  --dodger-blue-200: #BEE3FD;
  --dodger-blue-300: #8DCEFC;
  --dodger-blue-400: #51B4FB;
  --dodger-blue-500: #1F9EF9;
  --dodger-blue-600: #0682DB;
  --dodger-blue-700: #0467AE;
  --dodger-blue-800: #034A7C;
  --dodger-blue-900: #022F50;
  --dodger-blue-950: #011E32;
}
Generate More ShadesCreate PaletteConvert Color