Dodger Blue

#27A0F1

Blue

Color Codes

All color formats for development

HEX
#27A0F1
RGB
rgb(39, 160, 241)
HSL
hsl(204, 88%, 55%)
OKLCH
oklch(0.68 0.156 244.4)
CMYK
cmyk(84%, 34%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.84:1

AA AAA

On Black Background

7.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DDF0
200
#C1E4
300
#91CF
400
#57B5
500
#27A0
600
#0D84
700
#0B69
800
#084B
900
#0530
950
#031E

Shades

Darker variations

1#0F94ED
2#0D84D3
3#0C73B9
4#0A639E
5#085284
6#074269
7#05314F
8#032135
9#02101A

Tints

Lighter variations

1#3DAAF3
2#52B3F4
3#68BDF5
4#7EC6F7
5#93D0F8
6#A9D9F9
7#BEE3FB
8#D4ECFC
9#E9F6FE

Tones

Muted variations

1#319EE7
2#3B9CDD
3#469AD3
4#5098C9
5#5A96BF
6#6494B5
7#6E92AB
8#7890A0
9#828E96

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF0
#DDF0FD
Light backgroundsTable row hoverSkeleton loading
200
C1E4
#C1E4FB
Secondary backgroundsInput backgroundsDividers
300
91CF
#91CFF8
BordersInactive statesPlaceholder text
400
57B5
#57B5F4
Disabled statesSecondary iconsMuted text
500
27A0
#27A0F1
Primary brand colorCTAsActive elementsLinks
600
0D84
#0D84D3
Hover statesFocus ringsPrimary buttons hover
700
0B69
#0B69A8
Active/pressed statesDark mode accentsSecondary text
800
084B
#084B78
Text on light backgroundsHeadingsStrong borders
900
0530
#05304D
Primary textHigh emphasis contentDark headings
950
031E
#031E30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1F9FE;
  --dodger-blue-100: #DDF0FD;
  --dodger-blue-200: #C1E4FB;
  --dodger-blue-300: #91CFF8;
  --dodger-blue-400: #57B5F4;
  --dodger-blue-500: #27A0F1;
  --dodger-blue-600: #0D84D3;
  --dodger-blue-700: #0B69A8;
  --dodger-blue-800: #084B78;
  --dodger-blue-900: #05304D;
  --dodger-blue-950: #031E30;
}
Generate More ShadesCreate PaletteConvert Color