Dodger Blue

#229EF7

Blue

Color Codes

All color formats for development

HEX
#229EF7
RGB
rgb(34, 158, 247)
HSL
hsl(205, 93%, 55%)
OKLCH
oklch(0.679 0.166 246.6)
CMYK
cmyk(86%, 36%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.88:1

AA AAA

On Black Background

7.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF0
200
#BFE3
300
#8ECD
400
#53B4
500
#229E
600
#0882
700
#0667
800
#044A
900
#032F
950
#021D

Shades

Darker variations

1#0992F4
2#0882D9
3#0771BD
4#0661A2
5#055187
6#04416C
7#033151
8#022036
9#01101B

Tints

Lighter variations

1#38A8F8
2#4EB1F9
3#64BBF9
4#7AC5FA
5#90CFFB
6#A6D8FC
7#BDE2FD
8#D3ECFD
9#E9F5FE

Tones

Muted variations

1#2C9CEC
2#379AE2
3#4299D7
4#4C97CC
5#5795C2
6#6293B7
7#6C92AC
8#7790A2
9#828E97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF0
#DDF0FE
Light backgroundsTable row hoverSkeleton loading
200
BFE3
#BFE3FD
Secondary backgroundsInput backgroundsDividers
300
8ECD
#8ECDFB
BordersInactive statesPlaceholder text
400
53B4
#53B4F9
Disabled statesSecondary iconsMuted text
500
229E
#229EF7
Primary brand colorCTAsActive elementsLinks
600
0882
#0882D9
Hover statesFocus ringsPrimary buttons hover
700
0667
#0667AC
Active/pressed statesDark mode accentsSecondary text
800
044A
#044A7B
Text on light backgroundsHeadingsStrong borders
900
032F
#032F4F
Primary textHigh emphasis contentDark headings
950
021D
#021D31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F9FE;
  --dodger-blue-100: #DDF0FE;
  --dodger-blue-200: #BFE3FD;
  --dodger-blue-300: #8ECDFB;
  --dodger-blue-400: #53B4F9;
  --dodger-blue-500: #229EF7;
  --dodger-blue-600: #0882D9;
  --dodger-blue-700: #0667AC;
  --dodger-blue-800: #044A7B;
  --dodger-blue-900: #032F4F;
  --dodger-blue-950: #021D31;
}
Generate More ShadesCreate PaletteConvert Color