Dodger Blue
#079EDA
BlueColor Codes
All color formats for development
HEX
#079EDARGB
rgb(7, 158, 218)HSL
hsl(197, 94%, 44%)OKLCH
oklch(0.66 0.139 234.8)CMYK
cmyk(97%, 28%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#068EC4
2#057EAE
3#056F98
4#045F83
5#034F6D
6#033F57
7#022F41
8#01202C
9#011016
Tints
Lighter variations
1#08B2F5
2#21BBF8
3#3DC4F9
4#59CCFA
5#74D5FB
6#90DDFC
7#ACE6FC
8#C8EEFD
9#E3F7FE
Tones
Muted variations
1#1199CF
2#1C95C5
3#2690BA
4#318CAF
5#3B87A5
6#46829A
7#517E90
8#5B7985
9#66757B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEB #BFEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDC #8DDCFB | BordersInactive statesPlaceholder text |
| 400 | 52CA #52CAFA | Disabled statesSecondary iconsMuted text |
| 500 | 20BB #20BBF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079E #079EDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057E #057EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045A #045A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0239 #02394F | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF4FE;
--dodger-blue-200: #BFEBFD;
--dodger-blue-300: #8DDCFB;
--dodger-blue-400: #52CAFA;
--dodger-blue-500: #20BBF8;
--dodger-blue-600: #079EDA;
--dodger-blue-700: #057EAD;
--dodger-blue-800: #045A7C;
--dodger-blue-900: #02394F;
--dodger-blue-950: #022431;
}