Dodger Blue
#079ADA
BlueColor Codes
All color formats for development
HEX
#079ADARGB
rgb(7, 154, 218)HSL
hsl(198, 94%, 44%)OKLCH
oklch(0.651 0.141 237.2)CMYK
cmyk(97%, 29%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#068BC4
2#057CAE
3#056C98
4#045D83
5#034D6D
6#033E57
7#022E41
8#011F2C
9#010F16
Tints
Lighter variations
1#08AEF5
2#21B8F8
3#3DC1F9
4#59CAFA
5#74D2FB
6#90DBFC
7#ACE4FC
8#C8EDFD
9#E3F6FE
Tones
Muted variations
1#1196CF
2#1C92C5
3#268EBA
4#318AAF
5#3B85A5
6#46819A
7#517D90
8#5B7985
9#66747B
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 | BFEA #BFEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDA #8DDAFB | BordersInactive statesPlaceholder text |
| 400 | 52C7 #52C7FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B7 #20B7F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079A #079ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057B #057BAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0458 #04587C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #02384F | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | 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: #BFEAFD;
--dodger-blue-300: #8DDAFB;
--dodger-blue-400: #52C7FA;
--dodger-blue-500: #20B7F8;
--dodger-blue-600: #079ADA;
--dodger-blue-700: #057BAD;
--dodger-blue-800: #04587C;
--dodger-blue-900: #02384F;
--dodger-blue-950: #022331;
}