Dodger Blue
#169DCA
BlueColor Codes
All color formats for development
HEX
#169DCARGB
rgb(22, 157, 202)HSL
hsl(195, 80%, 44%)OKLCH
oklch(0.651 0.123 228)CMYK
cmyk(89%, 22%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148DB6
2#127EA2
3#106E8D
4#0D5E79
5#0B4F65
6#093F51
7#072F3D
8#041F28
9#021014
Tints
Lighter variations
1#19B1E4
2#31BAE8
3#4BC3EB
4#65CCEE
5#7ED4F1
6#98DDF4
7#B2E5F6
8#CCEEF9
9#E5F6FC
Tones
Muted variations
1#1F99C1
2#2894B8
3#3190AF
4#3A8BA6
5#43879D
6#4C8294
7#557E8B
8#5E7982
9#677579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EB #C3EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EC9 #5EC9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30BA #30BAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 169D #169DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 127D #127DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D59 #0D5973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #083949 | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFD;
--dodger-blue-100: #DFF4FB;
--dodger-blue-200: #C3EBF8;
--dodger-blue-300: #95DCF3;
--dodger-blue-400: #5EC9ED;
--dodger-blue-500: #30BAE8;
--dodger-blue-600: #169DCA;
--dodger-blue-700: #127DA1;
--dodger-blue-800: #0D5973;
--dodger-blue-900: #083949;
--dodger-blue-950: #05242E;
}