Dodger Blue

#09A4D7

Blue

Color Codes

All color formats for development

HEX
#09A4D7
RGB
rgb(9, 164, 215)
HSL
hsl(195, 92%, 44%)
OKLCH
oklch(0.673 0.132 229.6)
CMYK
cmyk(96%, 24%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

2.88:1

AA AAA

On Black Background

7.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FB
100
#DDF5
200
#BFED
300
#8EDF
400
#54CF
500
#23C1
600
#09A4
700
#0782
800
#055D
900
#033C
950
#0225

Shades

Darker variations

1#0893C2
2#0783AC
3#067397
4#056281
5#04526C
6#044256
7#033141
8#02212B
9#011016

Tints

Lighter variations

1#0AB9F3
2#24C1F6
3#3FC9F7
4#5AD1F8
5#76D8F9
6#91E0FA
7#ADE8FC
8#C8F0FD
9#E4F7FE

Tones

Muted variations

1#139FCD
2#1E99C3
3#2894B8
4#328FAE
5#3D8AA4
6#478599
7#51808F
8#5C7B85
9#66757B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FB
#F0FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF5
#DDF5FE
Light backgroundsTable row hoverSkeleton loading
200
BFED
#BFEDFC
Secondary backgroundsInput backgroundsDividers
300
8EDF
#8EDFFA
BordersInactive statesPlaceholder text
400
54CF
#54CFF8
Disabled statesSecondary iconsMuted text
500
23C1
#23C1F6
Primary brand colorCTAsActive elementsLinks
600
09A4
#09A4D7
Hover statesFocus ringsPrimary buttons hover
700
0782
#0782AB
Active/pressed statesDark mode accentsSecondary text
800
055D
#055D7A
Text on light backgroundsHeadingsStrong borders
900
033C
#033C4E
Primary textHigh emphasis contentDark headings
950
0225
#022531
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FBFE;
  --dodger-blue-100: #DDF5FE;
  --dodger-blue-200: #BFEDFC;
  --dodger-blue-300: #8EDFFA;
  --dodger-blue-400: #54CFF8;
  --dodger-blue-500: #23C1F6;
  --dodger-blue-600: #09A4D7;
  --dodger-blue-700: #0782AB;
  --dodger-blue-800: #055D7A;
  --dodger-blue-900: #033C4E;
  --dodger-blue-950: #022531;
}
Generate More ShadesCreate PaletteConvert Color