Dodger Blue
#1694CA
BlueColor Codes
All color formats for development
HEX
#1694CARGB
rgb(22, 148, 202)HSL
hsl(198, 80%, 44%)OKLCH
oklch(0.629 0.128 234.4)CMYK
cmyk(89%, 27%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1485B6
2#1276A2
3#10688D
4#0D5979
5#0B4A65
6#093B51
7#072C3D
8#041E28
9#020F14
Tints
Lighter variations
1#19A7E4
2#31B1E8
3#4BBBEB
4#65C5EE
5#7ECEF1
6#98D8F4
7#B2E2F6
8#CCECF9
9#E5F5FC
Tones
Muted variations
1#1F91C1
2#288DB8
3#3189AF
4#3A86A6
5#43829D
6#4C7F94
7#557B8B
8#5E7782
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 | C3E8 #C3E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D7 #95D7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC2 #5EC2ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B1 #30B1E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1694 #1694CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1276 #1276A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D54 #0D5473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0836 #083649 | 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: #C3E8F8;
--dodger-blue-300: #95D7F3;
--dodger-blue-400: #5EC2ED;
--dodger-blue-500: #30B1E8;
--dodger-blue-600: #1694CA;
--dodger-blue-700: #1276A1;
--dodger-blue-800: #0D5473;
--dodger-blue-900: #083649;
--dodger-blue-950: #05222E;
}