Dodger Blue

#0B88D5

Blue

Color Codes

All color formats for development

HEX
#0B88D5
RGB
rgb(11, 136, 213)
HSL
hsl(203, 90%, 44%)
OKLCH
oklch(0.606 0.15 245.2)
CMYK
cmyk(95%, 36%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

3.82:1

AA AAA

On Black Background

5.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF1
200
#C0E5
300
#90D1
400
#55B8
500
#25A4
600
#0B88
700
#096C
800
#064D
900
#0431
950
#031F

Shades

Darker variations

1#0A7AC0
2#096DAB
3#085F95
4#075180
5#06446B
6#043655
7#032940
8#021B2B
9#010E15

Tints

Lighter variations

1#0D99F0
2#26A5F4
3#41B0F5
4#5CBBF6
5#77C7F8
6#92D2F9
7#AEDDFB
8#C9E8FC
9#E4F4FE

Tones

Muted variations

1#1585CB
2#1F83C1
3#2A81B7
4#347EAD
5#3E7CA3
6#487A99
7#52778E
8#5C7584
9#66737A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF1
#DDF1FD
Light backgroundsTable row hoverSkeleton loading
200
C0E5
#C0E5FC
Secondary backgroundsInput backgroundsDividers
300
90D1
#90D1F9
BordersInactive statesPlaceholder text
400
55B8
#55B8F6
Disabled statesSecondary iconsMuted text
500
25A4
#25A4F4
Primary brand colorCTAsActive elementsLinks
600
0B88
#0B88D5
Hover statesFocus ringsPrimary buttons hover
700
096C
#096CAA
Active/pressed statesDark mode accentsSecondary text
800
064D
#064D79
Text on light backgroundsHeadingsStrong borders
900
0431
#04314E
Primary textHigh emphasis contentDark headings
950
031F
#031F30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F9FE;
  --dodger-blue-100: #DDF1FD;
  --dodger-blue-200: #C0E5FC;
  --dodger-blue-300: #90D1F9;
  --dodger-blue-400: #55B8F6;
  --dodger-blue-500: #25A4F4;
  --dodger-blue-600: #0B88D5;
  --dodger-blue-700: #096CAA;
  --dodger-blue-800: #064D79;
  --dodger-blue-900: #04314E;
  --dodger-blue-950: #031F30;
}
Generate More ShadesCreate PaletteConvert Color