Dodger Blue

#23A5F6

Blue

Color Codes

All color formats for development

HEX
#23A5F6
RGB
rgb(35, 165, 246)
HSL
hsl(203, 92%, 55%)
OKLCH
oklch(0.694 0.158 243.2)
CMYK
cmyk(86%, 33%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.70:1

AA AAA

On Black Background

7.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF1
200
#BFE5
300
#8ED1
400
#54B9
500
#23A5
600
#0988
700
#076C
800
#054D
900
#0332
950
#021F

Shades

Darker variations

1#0A99F2
2#0988D7
3#0877BC
4#0766A2
5#065587
6#04446C
7#033351
8#022236
9#01111B

Tints

Lighter variations

1#39AEF7
2#4FB7F8
3#65C0F9
4#7BC9F9
5#91D2FA
6#A7DBFB
7#BDE4FC
8#D3EDFD
9#E9F6FE

Tones

Muted variations

1#2DA2EB
2#38A0E1
3#429DD6
4#4D9BCC
5#5799C1
6#6296B6
7#6D94AC
8#7791A1
9#828F97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF1
#DDF1FE
Light backgroundsTable row hoverSkeleton loading
200
BFE5
#BFE5FC
Secondary backgroundsInput backgroundsDividers
300
8ED1
#8ED1FA
BordersInactive statesPlaceholder text
400
54B9
#54B9F8
Disabled statesSecondary iconsMuted text
500
23A5
#23A5F6
Primary brand colorCTAsActive elementsLinks
600
0988
#0988D7
Hover statesFocus ringsPrimary buttons hover
700
076C
#076CAB
Active/pressed statesDark mode accentsSecondary text
800
054D
#054D7A
Text on light backgroundsHeadingsStrong borders
900
0332
#03324E
Primary textHigh emphasis contentDark headings
950
021F
#021F31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F9FE;
  --dodger-blue-100: #DDF1FE;
  --dodger-blue-200: #BFE5FC;
  --dodger-blue-300: #8ED1FA;
  --dodger-blue-400: #54B9F8;
  --dodger-blue-500: #23A5F6;
  --dodger-blue-600: #0988D7;
  --dodger-blue-700: #076CAB;
  --dodger-blue-800: #054D7A;
  --dodger-blue-900: #03324E;
  --dodger-blue-950: #021F31;
}
Generate More ShadesCreate PaletteConvert Color