Dodger Blue
#1087D1
BlueColor Codes
All color formats for development
HEX
#1087D1RGB
rgb(16, 135, 209)HSL
hsl(203, 86%, 44%)OKLCH
oklch(0.602 0.146 244.6)CMYK
cmyk(92%, 35%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E79BC
2#0D6CA7
3#0B5E92
4#09517D
5#084368
6#063653
7#05283F
8#031B2A
9#020D15
Tints
Lighter variations
1#1298EB
2#2BA4EF
3#45AFF1
4#60BBF3
5#7AC6F5
6#95D1F7
7#AFDDF9
8#CAE8FB
9#E4F4FD
Tones
Muted variations
1#1984C7
2#2382BD
3#2D80B4
4#367EAA
5#407BA0
6#4A7997
7#53778D
8#5D7583
9#67727A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E5 #C1E5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D0 #92D0F7 | BordersInactive statesPlaceholder text |
| 400 | 59B8 #59B8F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AA3 #2AA3EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1087 #1087D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C6B #0C6BA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 094D #094D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0631 #06314C | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DEF1FD;
--dodger-blue-200: #C1E5FA;
--dodger-blue-300: #92D0F7;
--dodger-blue-400: #59B8F3;
--dodger-blue-500: #2AA3EF;
--dodger-blue-600: #1087D1;
--dodger-blue-700: #0C6BA6;
--dodger-blue-800: #094D77;
--dodger-blue-900: #06314C;
--dodger-blue-950: #041F2F;
}