Dodger Blue
#38ABE0
BlueColor Codes
All color formats for development
HEX
#38ABE0RGB
rgb(56, 171, 224)HSL
hsl(199, 73%, 55%)OKLCH
oklch(0.701 0.126 233)CMYK
cmyk(75%, 24%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A0DA
2#1E8EC2
3#1B7CAA
4#176B92
5#135979
6#0F4761
7#0B3549
8#082431
9#041218
Tints
Lighter variations
1#4CB3E3
2#60BCE6
3#74C4E9
4#88CDEC
5#9CD5F0
6#B0DDF3
7#C3E6F6
8#D7EEF9
9#EBF7FC
Tones
Muted variations
1#41A8D8
2#49A5CF
3#52A2C7
4#5A9FBF
5#629CB6
6#6B99AE
7#7395A5
8#7B929D
9#848F95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E7 #C6E7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD4 #9AD4EF | BordersInactive statesPlaceholder text |
| 400 | 65BE #65BEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38AB #38ABE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E8E #1E8EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1871 #18719A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1151 #11516E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B34 #0B3447 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F9FD;
--dodger-blue-100: #E0F2FA;
--dodger-blue-200: #C6E7F6;
--dodger-blue-300: #9AD4EF;
--dodger-blue-400: #65BEE7;
--dodger-blue-500: #38ABE0;
--dodger-blue-600: #1E8EC2;
--dodger-blue-700: #18719A;
--dodger-blue-800: #11516E;
--dodger-blue-900: #0B3447;
--dodger-blue-950: #07202C;
}