Dodger Blue
#0D8ED3
BlueColor Codes
All color formats for development
HEX
#0D8ED3RGB
rgb(13, 142, 211)HSL
hsl(201, 88%, 44%)OKLCH
oklch(0.619 0.143 241.5)CMYK
cmyk(94%, 33%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C80BE
2#0B71A9
3#096394
4#08557F
5#074769
6#053954
7#042B3F
8#031C2A
9#010E15
Tints
Lighter variations
1#0FA0EE
2#28ABF1
3#43B5F3
4#5EC0F5
5#79CAF6
6#94D5F8
7#AEDFFA
8#C9EAFC
9#E4F4FD
Tones
Muted variations
1#178BC9
2#2188BF
3#2B85B5
4#3582AB
5#3F7FA2
6#497C98
7#53798E
8#5C7684
9#66737A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E7 #C1E7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D4 #91D4F8 | BordersInactive statesPlaceholder text |
| 400 | 57BD #57BDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AB #27ABF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D8E #0D8ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B71 #0B71A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0851 #085178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0534 #05344D | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DDF2FD;
--dodger-blue-200: #C1E7FB;
--dodger-blue-300: #91D4F8;
--dodger-blue-400: #57BDF4;
--dodger-blue-500: #27ABF1;
--dodger-blue-600: #0D8ED3;
--dodger-blue-700: #0B71A8;
--dodger-blue-800: #085178;
--dodger-blue-900: #05344D;
--dodger-blue-950: #032030;
}