Dodger Blue
#38A0E0
BlueColor Codes
All color formats for development
HEX
#38A0E0RGB
rgb(56, 160, 224)HSL
hsl(203, 73%, 55%)OKLCH
oklch(0.675 0.133 240.4)CMYK
cmyk(75%, 29%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2294DA
2#1E83C2
3#1B73AA
4#176292
5#135279
6#0F4261
7#0B3149
8#082131
9#041018
Tints
Lighter variations
1#4CA9E3
2#60B3E6
3#74BCE9
4#88C6EC
5#9CCFF0
6#B0D9F3
7#C3E2F6
8#D7ECF9
9#EBF5FC
Tones
Muted variations
1#419ED8
2#499CCF
3#529AC7
4#5A98BF
5#6296B6
6#6B94AE
7#7392A5
8#7B909D
9#848E95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACE #9ACEEF | BordersInactive statesPlaceholder text |
| 400 | 65B5 #65B5E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A0 #38A0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E83 #1E83C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1868 #18689A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114B #114B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B30 #0B3047 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F9FD;
--dodger-blue-100: #E0F0FA;
--dodger-blue-200: #C6E3F6;
--dodger-blue-300: #9ACEEF;
--dodger-blue-400: #65B5E7;
--dodger-blue-500: #38A0E0;
--dodger-blue-600: #1E83C2;
--dodger-blue-700: #18689A;
--dodger-blue-800: #114B6E;
--dodger-blue-900: #0B3047;
--dodger-blue-950: #071E2C;
}