Dodger Blue

#267FF2

Blue

Color Codes

All color formats for development

HEX
#267FF2
RGB
rgb(38, 127, 242)
HSL
hsl(214, 89%, 55%)
OKLCH
oklch(0.608 0.191 257.1)
CMYK
cmyk(84%, 48%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

3.89:1

AA AAA

On Black Background

5.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DDEB
200
#C0DA
300
#90BD
400
#569B
500
#267F
600
#0C63
700
#0A4F
800
#0738
900
#0424
950
#0316

Shades

Darker variations

1#0E6FEF
2#0C63D4
3#0B57BA
4#094A9F
5#083E85
6#06316A
7#052550
8#031935
9#020C1B

Tints

Lighter variations

1#3C8BF4
2#5198F5
3#67A5F6
4#7DB2F7
5#93BFF9
6#A8CCFA
7#BED8FB
8#D4E5FC
9#E9F2FE

Tones

Muted variations

1#3080E8
2#3B81DE
3#4583D4
4#4F84CA
5#5985BF
6#6387B5
7#6E88AB
8#788AA1
9#828B96

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEB
#DDEBFD
Light backgroundsTable row hoverSkeleton loading
200
C0DA
#C0DAFB
Secondary backgroundsInput backgroundsDividers
300
90BD
#90BDF9
BordersInactive statesPlaceholder text
400
569B
#569BF5
Disabled statesSecondary iconsMuted text
500
267F
#267FF2
Primary brand colorCTAsActive elementsLinks
600
0C63
#0C63D4
Hover statesFocus ringsPrimary buttons hover
700
0A4F
#0A4FA9
Active/pressed statesDark mode accentsSecondary text
800
0738
#073878
Text on light backgroundsHeadingsStrong borders
900
0424
#04244D
Primary textHigh emphasis contentDark headings
950
0316
#031630
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1F6FE;
  --dodger-blue-100: #DDEBFD;
  --dodger-blue-200: #C0DAFB;
  --dodger-blue-300: #90BDF9;
  --dodger-blue-400: #569BF5;
  --dodger-blue-500: #267FF2;
  --dodger-blue-600: #0C63D4;
  --dodger-blue-700: #0A4FA9;
  --dodger-blue-800: #073878;
  --dodger-blue-900: #04244D;
  --dodger-blue-950: #031630;
}
Generate More ShadesCreate PaletteConvert Color