Dodger Blue
#1097D1
BlueColor Codes
All color formats for development
HEX
#1097D1RGB
rgb(16, 151, 209)HSL
hsl(198, 86%, 44%)OKLCH
oklch(0.639 0.133 235.4)CMYK
cmyk(92%, 28%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E88BC
2#0D79A7
3#0B6A92
4#095A7D
5#084B68
6#063C53
7#052D3F
8#031E2A
9#020F15
Tints
Lighter variations
1#12AAEB
2#2BB4EF
3#45BDF1
4#60C7F3
5#7AD0F5
6#95DAF7
7#AFE3F9
8#CAECFB
9#E4F6FD
Tones
Muted variations
1#1993C7
2#238FBD
3#2D8BB4
4#3687AA
5#4083A0
6#4A8097
7#537C8D
8#5D7883
9#67747A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D9 #92D9F7 | BordersInactive statesPlaceholder text |
| 400 | 59C4 #59C4F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AB4 #2AB4EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1097 #1097D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C78 #0C78A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0956 #095677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0637 #06374C | Primary textHigh emphasis contentDark headings |
| 950 | 0422 #04222F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DEF3FD;
--dodger-blue-200: #C1E9FA;
--dodger-blue-300: #92D9F7;
--dodger-blue-400: #59C4F3;
--dodger-blue-500: #2AB4EF;
--dodger-blue-600: #1097D1;
--dodger-blue-700: #0C78A6;
--dodger-blue-800: #095677;
--dodger-blue-900: #06374C;
--dodger-blue-950: #04222F;
}