Dodger Blue
#1489CC
BlueColor Codes
All color formats for development
HEX
#1489CCRGB
rgb(20, 137, 204)HSL
hsl(202, 82%, 44%)OKLCH
oklch(0.604 0.138 242)CMYK
cmyk(90%, 33%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#127BB8
2#106DA3
3#0E608F
4#0C527B
5#0A4466
6#083752
7#06293D
8#041B29
9#020E14
Tints
Lighter variations
1#179AE6
2#2FA6EA
3#49B1ED
4#63BCF0
5#7DC7F2
6#97D2F5
7#B1DEF7
8#CBE9FA
9#E5F4FC
Tones
Muted variations
1#1D86C3
2#2784BA
3#3081B1
4#397FA7
5#427C9E
6#4B7A95
7#55788C
8#5E7583
9#677379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D1 #94D1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DB9 #5DB9EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EA5 #2EA5EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1489 #1489CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 106D #106DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4E #0B4E74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0732 #07324A | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DFF1FC;
--dodger-blue-200: #C3E5F9;
--dodger-blue-300: #94D1F4;
--dodger-blue-400: #5DB9EF;
--dodger-blue-500: #2EA5EA;
--dodger-blue-600: #1489CC;
--dodger-blue-700: #106DA2;
--dodger-blue-800: #0B4E74;
--dodger-blue-900: #07324A;
--dodger-blue-950: #051F2E;
}