Dodger Blue
#07A5DA
BlueColor Codes
All color formats for development
HEX
#07A5DARGB
rgb(7, 165, 218)HSL
hsl(195, 94%, 44%)OKLCH
oklch(0.677 0.134 230.4)CMYK
cmyk(97%, 24%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0694C4
2#0584AE
3#057398
4#046383
5#03526D
6#034257
7#023141
8#01212C
9#011016
Tints
Lighter variations
1#08BAF5
2#21C2F8
3#3DCAF9
4#59D2FA
5#74D9FB
6#90E1FC
7#ACE8FC
8#C8F0FD
9#E3F7FE
Tones
Muted variations
1#11A0CF
2#1C9AC5
3#2695BA
4#3190AF
5#3B8BA5
6#46859A
7#518090
8#5B7B85
9#66757B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFED #BFEDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE0 #8DE0FB | BordersInactive statesPlaceholder text |
| 400 | 52D0 #52D0FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C2 #20C2F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A5 #07A5DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0583 #0583AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045E #045E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023C #023C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DCF6FE;
--dodger-blue-200: #BFEDFD;
--dodger-blue-300: #8DE0FB;
--dodger-blue-400: #52D0FA;
--dodger-blue-500: #20C2F8;
--dodger-blue-600: #07A5DA;
--dodger-blue-700: #0583AD;
--dodger-blue-800: #045E7C;
--dodger-blue-900: #023C4F;
--dodger-blue-950: #022531;
}