Dodger Blue

#24A1F5

Blue

Color Codes

All color formats for development

HEX
#24A1F5
RGB
rgb(36, 161, 245)
HSL
hsl(204, 91%, 55%)
OKLCH
oklch(0.684 0.16 244.8)
CMYK
cmyk(85%, 34%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.80:1

AA AAA

On Black Background

7.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF0
200
#C0E4
300
#8FCF
400
#55B6
500
#24A1
600
#0A85
700
#0869
800
#064B
900
#0430
950
#021E

Shades

Darker variations

1#0B95F1
2#0A85D6
3#0974BC
4#0863A1
5#065386
6#05426B
7#043250
8#032136
9#01111B

Tints

Lighter variations

1#3AABF6
2#50B4F7
3#66BDF8
4#7BC7F9
5#91D0FA
6#A7D9FB
7#BDE3FC
8#D3ECFD
9#E9F6FE

Tones

Muted variations

1#2E9FEA
2#399DE0
3#439BD5
4#4E99CB
5#5897C0
6#6295B6
7#6D93AC
8#7790A1
9#828E97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF0
#DDF0FD
Light backgroundsTable row hoverSkeleton loading
200
C0E4
#C0E4FC
Secondary backgroundsInput backgroundsDividers
300
8FCF
#8FCFFA
BordersInactive statesPlaceholder text
400
55B6
#55B6F7
Disabled statesSecondary iconsMuted text
500
24A1
#24A1F5
Primary brand colorCTAsActive elementsLinks
600
0A85
#0A85D6
Hover statesFocus ringsPrimary buttons hover
700
0869
#0869AA
Active/pressed statesDark mode accentsSecondary text
800
064B
#064B7A
Text on light backgroundsHeadingsStrong borders
900
0430
#04304E
Primary textHigh emphasis contentDark headings
950
021E
#021E31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F9FE;
  --dodger-blue-100: #DDF0FD;
  --dodger-blue-200: #C0E4FC;
  --dodger-blue-300: #8FCFFA;
  --dodger-blue-400: #55B6F7;
  --dodger-blue-500: #24A1F5;
  --dodger-blue-600: #0A85D6;
  --dodger-blue-700: #0869AA;
  --dodger-blue-800: #064B7A;
  --dodger-blue-900: #04304E;
  --dodger-blue-950: #021E31;
}
Generate More ShadesCreate PaletteConvert Color