Dodger Blue

#0999D7

Blue

Color Codes

All color formats for development

HEX
#0999D7
RGB
rgb(9, 153, 215)
HSL
hsl(198, 92%, 44%)
OKLCH
oklch(0.647 0.139 236.6)
CMYK
cmyk(96%, 29%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

3.21:1

AA AAA

On Black Background

6.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF4
200
#BFEA
300
#8EDA
400
#54C7
500
#23B6
600
#0999
700
#077A
800
#0557
900
#0338
950
#0223

Shades

Darker variations

1#088AC2
2#077BAC
3#066B97
4#055C81
5#044D6C
6#043D56
7#032E41
8#021F2B
9#010F16

Tints

Lighter variations

1#0AADF3
2#24B7F6
3#3FC0F7
4#5AC9F8
5#76D2F9
6#91DBFA
7#ADE4FC
8#C8EDFD
9#E4F6FE

Tones

Muted variations

1#1395CD
2#1E91C3
3#288DB8
4#3289AE
5#3D85A4
6#478199
7#517D8F
8#5C7885
9#66747B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF4
#DDF4FE
Light backgroundsTable row hoverSkeleton loading
200
BFEA
#BFEAFC
Secondary backgroundsInput backgroundsDividers
300
8EDA
#8EDAFA
BordersInactive statesPlaceholder text
400
54C7
#54C7F8
Disabled statesSecondary iconsMuted text
500
23B6
#23B6F6
Primary brand colorCTAsActive elementsLinks
600
0999
#0999D7
Hover statesFocus ringsPrimary buttons hover
700
077A
#077AAB
Active/pressed statesDark mode accentsSecondary text
800
0557
#05577A
Text on light backgroundsHeadingsStrong borders
900
0338
#03384E
Primary textHigh emphasis contentDark headings
950
0223
#022331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFE;
  --dodger-blue-100: #DDF4FE;
  --dodger-blue-200: #BFEAFC;
  --dodger-blue-300: #8EDAFA;
  --dodger-blue-400: #54C7F8;
  --dodger-blue-500: #23B6F6;
  --dodger-blue-600: #0999D7;
  --dodger-blue-700: #077AAB;
  --dodger-blue-800: #05577A;
  --dodger-blue-900: #03384E;
  --dodger-blue-950: #022331;
}
Generate More ShadesCreate PaletteConvert Color