Dodger Blue

#23B3F6

Blue

Color Codes

All color formats for development

HEX
#23B3F6
RGB
rgb(35, 179, 246)
HSL
hsl(199, 92%, 55%)
OKLCH
oklch(0.726 0.148 235.9)
CMYK
cmyk(86%, 27%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.37:1

AA AAA

On Black Background

8.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF3
200
#BFE9
300
#8ED8
400
#54C4
500
#23B3
600
#0996
700
#0777
800
#0555
900
#0337
950
#0222

Shades

Darker variations

1#0AA9F2
2#0996D7
3#0883BC
4#0771A2
5#065E87
6#044B6C
7#033851
8#022636
9#01131B

Tints

Lighter variations

1#39BBF7
2#4FC2F8
3#65CAF9
4#7BD1F9
5#91D9FA
6#A7E1FB
7#BDE8FC
8#D3F0FD
9#E9F7FE

Tones

Muted variations

1#2DAFEB
2#38ABE1
3#42A7D6
4#4DA3CC
5#57A0C1
6#629CB6
7#6D98AC
8#7794A1
9#829097

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF3
#DDF3FE
Light backgroundsTable row hoverSkeleton loading
200
BFE9
#BFE9FC
Secondary backgroundsInput backgroundsDividers
300
8ED8
#8ED8FA
BordersInactive statesPlaceholder text
400
54C4
#54C4F8
Disabled statesSecondary iconsMuted text
500
23B3
#23B3F6
Primary brand colorCTAsActive elementsLinks
600
0996
#0996D7
Hover statesFocus ringsPrimary buttons hover
700
0777
#0777AB
Active/pressed statesDark mode accentsSecondary text
800
0555
#05557A
Text on light backgroundsHeadingsStrong borders
900
0337
#03374E
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: #F0FAFE;
  --dodger-blue-100: #DDF3FE;
  --dodger-blue-200: #BFE9FC;
  --dodger-blue-300: #8ED8FA;
  --dodger-blue-400: #54C4F8;
  --dodger-blue-500: #23B3F6;
  --dodger-blue-600: #0996D7;
  --dodger-blue-700: #0777AB;
  --dodger-blue-800: #05557A;
  --dodger-blue-900: #03374E;
  --dodger-blue-950: #022231;
}
Generate More ShadesCreate PaletteConvert Color