Dodger Blue
#2D89EB
BlueColor Codes
All color formats for development
HEX
#2D89EBRGB
rgb(45, 137, 235)HSL
hsl(211, 83%, 55%)OKLCH
oklch(0.627 0.17 253.5)CMYK
cmyk(81%, 42%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#157BE7
2#136DCD
3#115FB4
4#0E529A
5#0C4480
6#0A3767
7#07294D
8#051B33
9#020E1A
Tints
Lighter variations
1#4295ED
2#57A1EF
3#6CACF1
4#81B8F3
5#96C4F5
6#ABD0F7
7#C0DCF9
8#D5E7FB
9#EAF3FD
Tones
Muted variations
1#3789E2
2#408AD8
3#4A8ACF
4#538AC5
5#5D8BBC
6#668BB2
7#708BA9
8#798C9F
9#838C96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DD #C2DDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C3 #94C3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA3 #5CA3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D89 #2D89EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 136D #136DCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F57 #0F57A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3E #0B3E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0728 #07284B | Primary textHigh emphasis contentDark headings |
| 950 | 0419 #04192F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DEEDFC;
--dodger-blue-200: #C2DDF9;
--dodger-blue-300: #94C3F5;
--dodger-blue-400: #5CA3F0;
--dodger-blue-500: #2D89EB;
--dodger-blue-600: #136DCD;
--dodger-blue-700: #0F57A3;
--dodger-blue-800: #0B3E75;
--dodger-blue-900: #07284B;
--dodger-blue-950: #04192F;
}