Dodger Blue

#0797DA

Blue

Color Codes

All color formats for development

HEX
#0797DA
RGB
rgb(7, 151, 218)
HSL
hsl(199, 94%, 44%)
OKLCH
oklch(0.644 0.143 238.9)
CMYK
cmyk(97%, 31%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF3
200
#BFE9
300
#8DD9
400
#52C5
500
#20B4
600
#0797
700
#0578
800
#0456
900
#0237
950
#0222

Shades

Darker variations

1#0688C4
2#0579AE
3#056A98
4#045B83
5#034B6D
6#033C57
7#022D41
8#011E2C
9#010F16

Tints

Lighter variations

1#08AAF5
2#21B4F8
3#3DBDF9
4#59C7FA
5#74D0FB
6#90DAFC
7#ACE3FC
8#C8ECFD
9#E3F6FE

Tones

Muted variations

1#1193CF
2#1C8FC5
3#268BBA
4#3187AF
5#3B84A5
6#46809A
7#517C90
8#5B7885
9#66747B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF3
#DCF3FE
Light backgroundsTable row hoverSkeleton loading
200
BFE9
#BFE9FD
Secondary backgroundsInput backgroundsDividers
300
8DD9
#8DD9FB
BordersInactive statesPlaceholder text
400
52C5
#52C5FA
Disabled statesSecondary iconsMuted text
500
20B4
#20B4F8
Primary brand colorCTAsActive elementsLinks
600
0797
#0797DA
Hover statesFocus ringsPrimary buttons hover
700
0578
#0578AD
Active/pressed statesDark mode accentsSecondary text
800
0456
#04567C
Text on light backgroundsHeadingsStrong borders
900
0237
#02374F
Primary textHigh emphasis contentDark headings
950
0222
#022231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFF;
  --dodger-blue-100: #DCF3FE;
  --dodger-blue-200: #BFE9FD;
  --dodger-blue-300: #8DD9FB;
  --dodger-blue-400: #52C5FA;
  --dodger-blue-500: #20B4F8;
  --dodger-blue-600: #0797DA;
  --dodger-blue-700: #0578AD;
  --dodger-blue-800: #04567C;
  --dodger-blue-900: #02374F;
  --dodger-blue-950: #022231;
}
Generate More ShadesCreate PaletteConvert Color