Dodger Blue

#338FE6

Blue

Color Codes

All color formats for development

HEX
#338FE6
RGB
rgb(51, 143, 230)
HSL
hsl(209, 78%, 55%)
OKLCH
oklch(0.639 0.156 250.8)
CMYK
cmyk(78%, 38%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

3.38:1

AA AAA

On Black Background

6.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEE
200
#C4DF
300
#97C6
400
#60A8
500
#338F
600
#1973
700
#145C
800
#0E41
900
#092A
950
#061A

Shades

Darker variations

1#1C82E1
2#1973C8
3#1665AF
4#135696
5#0F487D
6#0C3A64
7#092B4B
8#061D32
9#030E19

Tints

Lighter variations

1#479AE8
2#5CA6EB
3#70B1ED
4#84BCF0
5#99C7F2
6#ADD2F5
7#C2DDF7
8#D6E9FA
9#EBF4FC

Tones

Muted variations

1#3C8FDD
2#458FD4
3#4E8ECB
4#578EC2
5#5F8EB9
6#688DB0
7#718DA7
8#7A8D9E
9#838D95

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEE
#DFEEFB
Light backgroundsTable row hoverSkeleton loading
200
C4DF
#C4DFF8
Secondary backgroundsInput backgroundsDividers
300
97C6
#97C6F2
BordersInactive statesPlaceholder text
400
60A8
#60A8EB
Disabled statesSecondary iconsMuted text
500
338F
#338FE6
Primary brand colorCTAsActive elementsLinks
600
1973
#1973C8
Hover statesFocus ringsPrimary buttons hover
700
145C
#145C9F
Active/pressed statesDark mode accentsSecondary text
800
0E41
#0E4171
Text on light backgroundsHeadingsStrong borders
900
092A
#092A49
Primary textHigh emphasis contentDark headings
950
061A
#061A2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1F8FD;
  --dodger-blue-100: #DFEEFB;
  --dodger-blue-200: #C4DFF8;
  --dodger-blue-300: #97C6F2;
  --dodger-blue-400: #60A8EB;
  --dodger-blue-500: #338FE6;
  --dodger-blue-600: #1973C8;
  --dodger-blue-700: #145C9F;
  --dodger-blue-800: #0E4171;
  --dodger-blue-900: #092A49;
  --dodger-blue-950: #061A2D;
}
Generate More ShadesCreate PaletteConvert Color