Dodger Blue
#38A5E0
BlueColor Codes
All color formats for development
HEX
#38A5E0RGB
rgb(56, 165, 224)HSL
hsl(201, 73%, 55%)OKLCH
oklch(0.687 0.13 237.1)CMYK
cmyk(75%, 26%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#229ADA
2#1E89C2
3#1B78AA
4#176792
5#135579
6#0F4461
7#0B3349
8#082231
9#041118
Tints
Lighter variations
1#4CAEE3
2#60B7E6
3#74C0E9
4#88C9EC
5#9CD2F0
6#B0DBF3
7#C3E4F6
8#D7EDF9
9#EBF6FC
Tones
Muted variations
1#41A3D8
2#49A0CF
3#529EC7
4#5A9BBF
5#6299B6
6#6B96AE
7#7394A5
8#7B919D
9#848F95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E5 #C6E5F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD1 #9AD1EF | BordersInactive statesPlaceholder text |
| 400 | 65B9 #65B9E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A5 #38A5E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E89 #1E89C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 186D #186D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114E #114E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B32 #0B3247 | Primary textHigh emphasis contentDark headings |
| 950 | 071F #071F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F9FD;
--dodger-blue-100: #E0F1FA;
--dodger-blue-200: #C6E5F6;
--dodger-blue-300: #9AD1EF;
--dodger-blue-400: #65B9E7;
--dodger-blue-500: #38A5E0;
--dodger-blue-600: #1E89C2;
--dodger-blue-700: #186D9A;
--dodger-blue-800: #114E6E;
--dodger-blue-900: #0B3247;
--dodger-blue-950: #071F2C;
}