Dodger Blue

#25B6F4

Blue

Color Codes

All color formats for development

HEX
#25B6F4
RGB
rgb(37, 182, 244)
HSL
hsl(198, 90%, 55%)
OKLCH
oklch(0.732 0.144 233.5)
CMYK
cmyk(85%, 25%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.31:1

AA AAA

On Black Background

9.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF4
200
#C0EA
300
#90D9
400
#55C6
500
#25B6
600
#0B99
700
#0979
800
#0657
900
#0437
950
#0323

Shades

Darker variations

1#0DACF0
2#0B99D5
3#0A86BB
4#0872A0
5#075F85
6#064C6B
7#043950
8#032635
9#01131B

Tints

Lighter variations

1#3BBDF5
2#51C4F6
3#66CCF7
4#7CD3F8
5#92DAF9
6#A8E2FA
7#BEE9FC
8#D3F0FD
9#E9F8FE

Tones

Muted variations

1#2FB1E9
2#3AADDF
3#44A9D5
4#4EA5CA
5#59A1C0
6#639DB6
7#6D99AB
8#7895A1
9#829097

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF4
#DDF4FD
Light backgroundsTable row hoverSkeleton loading
200
C0EA
#C0EAFC
Secondary backgroundsInput backgroundsDividers
300
90D9
#90D9F9
BordersInactive statesPlaceholder text
400
55C6
#55C6F6
Disabled statesSecondary iconsMuted text
500
25B6
#25B6F4
Primary brand colorCTAsActive elementsLinks
600
0B99
#0B99D5
Hover statesFocus ringsPrimary buttons hover
700
0979
#0979AA
Active/pressed statesDark mode accentsSecondary text
800
0657
#065779
Text on light backgroundsHeadingsStrong borders
900
0437
#04374E
Primary textHigh emphasis contentDark headings
950
0323
#032330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFE;
  --dodger-blue-100: #DDF4FD;
  --dodger-blue-200: #C0EAFC;
  --dodger-blue-300: #90D9F9;
  --dodger-blue-400: #55C6F6;
  --dodger-blue-500: #25B6F4;
  --dodger-blue-600: #0B99D5;
  --dodger-blue-700: #0979AA;
  --dodger-blue-800: #065779;
  --dodger-blue-900: #04374E;
  --dodger-blue-950: #032330;
}
Generate More ShadesCreate PaletteConvert Color