Dodger Blue
#2089F8
BlueColor Codes
All color formats for development
HEX
#2089F8RGB
rgb(32, 137, 248)HSL
hsl(211, 94%, 55%)OKLCH
oklch(0.633 0.189 254.4)CMYK
cmyk(87%, 45%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#087AF5
2#076DDA
3#065FBE
4#0552A3
5#044488
6#03366D
7#032952
8#021B36
9#010E1B
Tints
Lighter variations
1#3794F9
2#4DA0F9
3#63ACFA
4#79B8FB
5#90C4FC
6#A6D0FC
7#BCDBFD
8#D2E7FE
9#E9F3FE
Tones
Muted variations
1#2B89ED
2#3689E3
3#418AD8
4#4C8ACD
5#568AC2
6#618BB7
7#6C8BAD
8#778CA2
9#818C97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDD #BFDDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC3 #8DC3FB | BordersInactive statesPlaceholder text |
| 400 | 52A3 #52A3FA | Disabled statesSecondary iconsMuted text |
| 500 | 2089 #2089F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 076D #076DDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0556 #0556AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043E #043E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0228 #02284F | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFE;
--dodger-blue-200: #BFDDFD;
--dodger-blue-300: #8DC3FB;
--dodger-blue-400: #52A3FA;
--dodger-blue-500: #2089F8;
--dodger-blue-600: #076DDA;
--dodger-blue-700: #0556AD;
--dodger-blue-800: #043E7C;
--dodger-blue-900: #02284F;
--dodger-blue-950: #021931;
}