Dodger Blue

#25B2F4

Blue

Color Codes

All color formats for development

HEX
#25B2F4
RGB
rgb(37, 178, 244)
HSL
hsl(199, 90%, 55%)
OKLCH
oklch(0.723 0.146 235.8)
CMYK
cmyk(85%, 27%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.40:1

AA AAA

On Black Background

8.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF3
200
#C0E9
300
#90D8
400
#55C3
500
#25B2
600
#0B95
700
#0977
800
#0655
900
#0436
950
#0322

Shades

Darker variations

1#0DA8F0
2#0B95D5
3#0A83BB
4#0870A0
5#075D85
6#064B6B
7#043850
8#032535
9#01131B

Tints

Lighter variations

1#3BBAF5
2#51C1F6
3#66C9F7
4#7CD1F8
5#92D9F9
6#A8E0FA
7#BEE8FC
8#D3F0FD
9#E9F7FE

Tones

Muted variations

1#2FAEE9
2#3AABDF
3#44A7D5
4#4EA3CA
5#599FC0
6#639BB6
7#6D98AB
8#7894A1
9#829097

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF3
#DDF3FD
Light backgroundsTable row hoverSkeleton loading
200
C0E9
#C0E9FC
Secondary backgroundsInput backgroundsDividers
300
90D8
#90D8F9
BordersInactive statesPlaceholder text
400
55C3
#55C3F6
Disabled statesSecondary iconsMuted text
500
25B2
#25B2F4
Primary brand colorCTAsActive elementsLinks
600
0B95
#0B95D5
Hover statesFocus ringsPrimary buttons hover
700
0977
#0977AA
Active/pressed statesDark mode accentsSecondary text
800
0655
#065579
Text on light backgroundsHeadingsStrong borders
900
0436
#04364E
Primary textHigh emphasis contentDark headings
950
0322
#032230
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFE;
  --dodger-blue-100: #DDF3FD;
  --dodger-blue-200: #C0E9FC;
  --dodger-blue-300: #90D8F9;
  --dodger-blue-400: #55C3F6;
  --dodger-blue-500: #25B2F4;
  --dodger-blue-600: #0B95D5;
  --dodger-blue-700: #0977AA;
  --dodger-blue-800: #065579;
  --dodger-blue-900: #04364E;
  --dodger-blue-950: #032230;
}
Generate More ShadesCreate PaletteConvert Color