Dodger Blue

#1FB8F9

Blue

Color Codes

All color formats for development

HEX
#1FB8F9
RGB
rgb(31, 184, 249)
HSL
hsl(198, 95%, 55%)
OKLCH
oklch(0.738 0.149 234)
CMYK
cmyk(88%, 26%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.26:1

AA AAA

On Black Background

9.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF4
200
#BEEA
300
#8DDB
400
#51C8
500
#1FB8
600
#069B
700
#047B
800
#0358
900
#0238
950
#0123

Shades

Darker variations

1#06AEF6
2#069BDB
3#0587BF
4#0474A4
5#046189
6#034D6D
7#023A52
8#012737
9#01131B

Tints

Lighter variations

1#36BFFA
2#4CC6FA
3#62CDFB
4#79D4FC
5#8FDBFC
6#A5E3FD
7#BCEAFD
8#D2F1FE
9#E9F8FE

Tones

Muted variations

1#2AB3EE
2#35AFE3
3#40ABD9
4#4BA6CE
5#56A2C3
6#619EB8
7#6C99AD
8#7695A2
9#819197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF4
#DCF4FE
Light backgroundsTable row hoverSkeleton loading
200
BEEA
#BEEAFD
Secondary backgroundsInput backgroundsDividers
300
8DDB
#8DDBFC
BordersInactive statesPlaceholder text
400
51C8
#51C8FB
Disabled statesSecondary iconsMuted text
500
1FB8
#1FB8F9
Primary brand colorCTAsActive elementsLinks
600
069B
#069BDB
Hover statesFocus ringsPrimary buttons hover
700
047B
#047BAE
Active/pressed statesDark mode accentsSecondary text
800
0358
#03587C
Text on light backgroundsHeadingsStrong borders
900
0238
#023850
Primary textHigh emphasis contentDark headings
950
0123
#012332
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFF;
  --dodger-blue-100: #DCF4FE;
  --dodger-blue-200: #BEEAFD;
  --dodger-blue-300: #8DDBFC;
  --dodger-blue-400: #51C8FB;
  --dodger-blue-500: #1FB8F9;
  --dodger-blue-600: #069BDB;
  --dodger-blue-700: #047BAE;
  --dodger-blue-800: #03587C;
  --dodger-blue-900: #023850;
  --dodger-blue-950: #012332;
}
Generate More ShadesCreate PaletteConvert Color