Dodger Blue
#076DDA
BlueColor Codes
All color formats for development
HEX
#076DDARGB
rgb(7, 109, 218)HSL
hsl(211, 94%, 44%)OKLCH
oklch(0.548 0.186 256.3)CMYK
cmyk(97%, 50%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0662C4
2#0557AE
3#054C98
4#044183
5#03366D
6#032B57
7#022141
8#01162C
9#010B16
Tints
Lighter variations
1#087BF5
2#2189F8
3#3D98F9
4#59A7FA
5#74B5FB
6#90C4FC
7#ACD3FC
8#C8E2FD
9#E3F0FE
Tones
Muted variations
1#116DCF
2#1C6DC5
3#266EBA
4#316EAF
5#3B6EA5
6#466F9A
7#516F90
8#5B6F85
9#66707B
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;
}