Dodger Blue
#2B89EE
BlueColor Codes
All color formats for development
HEX
#2B89EERGB
rgb(43, 137, 238)HSL
hsl(211, 85%, 55%)OKLCH
oklch(0.628 0.174 253.8)CMYK
cmyk(82%, 42%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#137BEA
2#116DD0
3#0F5FB6
4#0D529C
5#0B4482
6#083768
7#06294E
8#041B34
9#020E1A
Tints
Lighter variations
1#4095F0
2#55A1F1
3#6AACF3
4#80B8F5
5#95C4F6
6#AAD0F8
7#BFDCFA
8#D5E7FC
9#EAF3FD
Tones
Muted variations
1#3489E4
2#3E8ADA
3#488AD1
4#528AC7
5#5B8BBD
6#658BB3
7#6F8BAA
8#798CA0
9#828C96
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 #C2DDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C3 #92C3F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA3 #5AA3F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B89 #2B89EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 116D #116DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D57 #0D57A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3E #0A3E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0628 #06284B | 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: #C2DDFA;
--dodger-blue-300: #92C3F6;
--dodger-blue-400: #5AA3F2;
--dodger-blue-500: #2B89EE;
--dodger-blue-600: #116DD0;
--dodger-blue-700: #0D57A5;
--dodger-blue-800: #0A3E76;
--dodger-blue-900: #06284B;
--dodger-blue-950: #04192F;
}