Dodger Blue

#24B9F5

Blue

Color Codes

All color formats for development

HEX
#24B9F5
RGB
rgb(36, 185, 245)
HSL
hsl(197, 91%, 55%)
OKLCH
oklch(0.739 0.144 232.1)
CMYK
cmyk(85%, 24%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.25:1

AA AAA

On Black Background

9.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF4
200
#C0EB
300
#8FDB
400
#55C9
500
#24B9
600
#0A9C
700
#087C
800
#0659
900
#0439
950
#0224

Shades

Darker variations

1#0BB0F1
2#0A9CD6
3#0989BC
4#0875A1
5#066286
6#054E6B
7#043B50
8#032736
9#01141B

Tints

Lighter variations

1#3AC0F6
2#50C7F7
3#66CEF8
4#7BD5F9
5#91DCFA
6#A7E3FB
7#BDEAFC
8#D3F1FD
9#E9F8FE

Tones

Muted variations

1#2EB5EA
2#39B0E0
3#43ACD5
4#4EA7CB
5#58A3C0
6#629EB6
7#6D9AAC
8#7795A1
9#829197

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
C0EB
#C0EBFC
Secondary backgroundsInput backgroundsDividers
300
8FDB
#8FDBFA
BordersInactive statesPlaceholder text
400
55C9
#55C9F7
Disabled statesSecondary iconsMuted text
500
24B9
#24B9F5
Primary brand colorCTAsActive elementsLinks
600
0A9C
#0A9CD6
Hover statesFocus ringsPrimary buttons hover
700
087C
#087CAA
Active/pressed statesDark mode accentsSecondary text
800
0659
#06597A
Text on light backgroundsHeadingsStrong borders
900
0439
#04394E
Primary textHigh emphasis contentDark headings
950
0224
#022431
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: #C0EBFC;
  --dodger-blue-300: #8FDBFA;
  --dodger-blue-400: #55C9F7;
  --dodger-blue-500: #24B9F5;
  --dodger-blue-600: #0A9CD6;
  --dodger-blue-700: #087CAA;
  --dodger-blue-800: #06597A;
  --dodger-blue-900: #04394E;
  --dodger-blue-950: #022431;
}
Generate More ShadesCreate PaletteConvert Color