Dodger Blue
#139FCD
BlueColor Codes
All color formats for development
HEX
#139FCDRGB
rgb(19, 159, 205)HSL
hsl(195, 83%, 44%)OKLCH
oklch(0.657 0.125 228.1)CMYK
cmyk(91%, 22%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#118FB9
2#0F7FA4
3#0D6F90
4#0B5F7B
5#0A4F67
6#084052
7#06303E
8#042029
9#021015
Tints
Lighter variations
1#16B3E7
2#2EBCEC
3#48C5EE
4#62CDF0
5#7CD5F3
6#96DEF5
7#B1E6F8
8#CBEEFA
9#E5F7FD
Tones
Muted variations
1#1C9AC4
2#2695BB
3#2F91B1
4#388CA8
5#42879F
6#4B8395
7#547E8C
8#5E7A83
9#67757A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EC #C2ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DD #94DDF5 | BordersInactive statesPlaceholder text |
| 400 | 5CCB #5CCBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DBC #2DBCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 139F #139FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F7E #0F7EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5A #0B5A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073A #073A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0424 #04242F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF5FC;
--dodger-blue-200: #C2ECF9;
--dodger-blue-300: #94DDF5;
--dodger-blue-400: #5CCBF0;
--dodger-blue-500: #2DBCEB;
--dodger-blue-600: #139FCD;
--dodger-blue-700: #0F7EA3;
--dodger-blue-800: #0B5A75;
--dodger-blue-900: #073A4B;
--dodger-blue-950: #04242F;
}