Dodger Blue
#1697CA
BlueColor Codes
All color formats for development
HEX
#1697CARGB
rgb(22, 151, 202)HSL
hsl(197, 80%, 44%)OKLCH
oklch(0.636 0.126 232.3)CMYK
cmyk(89%, 25%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1488B6
2#1279A2
3#106A8D
4#0D5B79
5#0B4C65
6#093C51
7#072D3D
8#041E28
9#020F14
Tints
Lighter variations
1#19AAE4
2#31B4E8
3#4BBEEB
4#65C7EE
5#7ED0F1
6#98DAF4
7#B2E3F6
8#CCECF9
9#E5F6FC
Tones
Muted variations
1#1F93C1
2#288FB8
3#318BAF
4#3A88A6
5#43849D
6#4C8094
7#557C8B
8#5E7882
9#677479
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC5 #5EC5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B4 #30B4E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1697 #1697CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1278 #1278A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D56 #0D5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #083749 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFD;
--dodger-blue-100: #DFF3FB;
--dodger-blue-200: #C3E9F8;
--dodger-blue-300: #95D9F3;
--dodger-blue-400: #5EC5ED;
--dodger-blue-500: #30B4E8;
--dodger-blue-600: #1697CA;
--dodger-blue-700: #1278A1;
--dodger-blue-800: #0D5673;
--dodger-blue-900: #083749;
--dodger-blue-950: #05222E;
}