Dodger Blue

#1FBBF9

Blue

Color Codes

All color formats for development

HEX
#1FBBF9
RGB
rgb(31, 187, 249)
HSL
hsl(197, 95%, 55%)
OKLCH
oklch(0.745 0.147 232.3)
CMYK
cmyk(88%, 25%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.20:1

AA AAA

On Black Background

9.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF4
200
#BEEB
300
#8DDC
400
#51CA
500
#1FBB
600
#069E
700
#047E
800
#035A
900
#023A
950
#0124

Shades

Darker variations

1#06B2F6
2#069EDB
3#058BBF
4#0477A4
5#046389
6#034F6D
7#023B52
8#012837
9#01141B

Tints

Lighter variations

1#36C2FA
2#4CC9FA
3#62D0FB
4#79D6FC
5#8FDDFC
6#A5E4FD
7#BCEBFD
8#D2F1FE
9#E9F8FE

Tones

Muted variations

1#2AB7EE
2#35B2E3
3#40ADD9
4#4BA9CE
5#56A4C3
6#619FB8
7#6C9AAD
8#7696A2
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
BEEB
#BEEBFD
Secondary backgroundsInput backgroundsDividers
300
8DDC
#8DDCFC
BordersInactive statesPlaceholder text
400
51CA
#51CAFB
Disabled statesSecondary iconsMuted text
500
1FBB
#1FBBF9
Primary brand colorCTAsActive elementsLinks
600
069E
#069EDB
Hover statesFocus ringsPrimary buttons hover
700
047E
#047EAE
Active/pressed statesDark mode accentsSecondary text
800
035A
#035A7C
Text on light backgroundsHeadingsStrong borders
900
023A
#023A50
Primary textHigh emphasis contentDark headings
950
0124
#012432
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: #BEEBFD;
  --dodger-blue-300: #8DDCFC;
  --dodger-blue-400: #51CAFB;
  --dodger-blue-500: #1FBBF9;
  --dodger-blue-600: #069EDB;
  --dodger-blue-700: #047EAE;
  --dodger-blue-800: #035A7C;
  --dodger-blue-900: #023A50;
  --dodger-blue-950: #012432;
}
Generate More ShadesCreate PaletteConvert Color