Dodger Blue

#0A92D6

Blue

Color Codes

All color formats for development

HEX
#0A92D6
RGB
rgb(10, 146, 214)
HSL
hsl(200, 91%, 44%)
OKLCH
oklch(0.63 0.143 240.3)
CMYK
cmyk(95%, 32%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

3.45:1

AA AAA

On Black Background

6.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF3
200
#C0E8
300
#8FD6
400
#55C1
500
#24AF
600
#0A92
700
#0874
800
#0653
900
#0435
950
#0221

Shades

Darker variations

1#0984C1
2#0875AB
3#076696
4#065881
5#05496B
6#043A56
7#032C40
8#021D2B
9#010F15

Tints

Lighter variations

1#0BA5F2
2#25AFF5
3#40B9F6
4#5BC3F7
5#77CDF9
6#92D7FA
7#ADE1FB
8#C8EBFC
9#E4F5FE

Tones

Muted variations

1#148FCC
2#1F8BC2
3#2988B8
4#3385AD
5#3D81A3
6#477E99
7#527A8F
8#5C7785
9#66747A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF3
#DDF3FD
Light backgroundsTable row hoverSkeleton loading
200
C0E8
#C0E8FC
Secondary backgroundsInput backgroundsDividers
300
8FD6
#8FD6FA
BordersInactive statesPlaceholder text
400
55C1
#55C1F7
Disabled statesSecondary iconsMuted text
500
24AF
#24AFF5
Primary brand colorCTAsActive elementsLinks
600
0A92
#0A92D6
Hover statesFocus ringsPrimary buttons hover
700
0874
#0874AA
Active/pressed statesDark mode accentsSecondary text
800
0653
#06537A
Text on light backgroundsHeadingsStrong borders
900
0435
#04354E
Primary textHigh emphasis contentDark headings
950
0221
#022131
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFE;
  --dodger-blue-100: #DDF3FD;
  --dodger-blue-200: #C0E8FC;
  --dodger-blue-300: #8FD6FA;
  --dodger-blue-400: #55C1F7;
  --dodger-blue-500: #24AFF5;
  --dodger-blue-600: #0A92D6;
  --dodger-blue-700: #0874AA;
  --dodger-blue-800: #06537A;
  --dodger-blue-900: #04354E;
  --dodger-blue-950: #022131;
}
Generate More ShadesCreate PaletteConvert Color