Dodger Blue
#38B6E0
BlueColor Codes
All color formats for development
HEX
#38B6E0RGB
rgb(56, 182, 224)HSL
hsl(195, 73%, 55%)OKLCH
oklch(0.726 0.122 225.1)CMYK
cmyk(75%, 19%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22ACDA
2#1E99C2
3#1B86AA
4#177392
5#136079
6#0F4D61
7#0B3949
8#082631
9#041318
Tints
Lighter variations
1#4CBDE3
2#60C5E6
3#74CCE9
4#88D3EC
5#9CDBF0
6#B0E2F3
7#C3E9F6
8#D7F0F9
9#EBF8FC
Tones
Muted variations
1#41B2D8
2#49AECF
3#52AAC7
4#5AA5BF
5#62A1B6
6#6B9DAE
7#7399A5
8#7B959D
9#849095
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EA #C6EAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADA #9ADAEF | BordersInactive statesPlaceholder text |
| 400 | 65C6 #65C6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B6 #38B6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E99 #1E99C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 187A #187A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1157 #11576E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B38 #0B3847 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FAFD;
--dodger-blue-100: #E0F4FA;
--dodger-blue-200: #C6EAF6;
--dodger-blue-300: #9ADAEF;
--dodger-blue-400: #65C6E7;
--dodger-blue-500: #38B6E0;
--dodger-blue-600: #1E99C2;
--dodger-blue-700: #187A9A;
--dodger-blue-800: #11576E;
--dodger-blue-900: #0B3847;
--dodger-blue-950: #07232C;
}