Dodger Blue
#07A1DA
BlueColor Codes
All color formats for development
HEX
#07A1DARGB
rgb(7, 161, 218)HSL
hsl(196, 94%, 44%)OKLCH
oklch(0.667 0.137 233)CMYK
cmyk(97%, 26%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0691C4
2#0581AE
3#057198
4#046183
5#03516D
6#034157
7#023041
8#01202C
9#011016
Tints
Lighter variations
1#08B6F5
2#21BFF8
3#3DC7F9
4#59CFFA
5#74D7FB
6#90DFFC
7#ACE7FC
8#C8EFFD
9#E3F7FE
Tones
Muted variations
1#119CCF
2#1C98C5
3#2693BA
4#318EAF
5#3B89A5
6#46849A
7#517F90
8#5B7A85
9#66757B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF5 #DCF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEC #BFECFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDE #8DDEFB | BordersInactive statesPlaceholder text |
| 400 | 52CD #52CDFA | Disabled statesSecondary iconsMuted text |
| 500 | 20BF #20BFF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A1 #07A1DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0580 #0580AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045C #045C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023B #023B4F | 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: #DCF5FE;
--dodger-blue-200: #BFECFD;
--dodger-blue-300: #8DDEFB;
--dodger-blue-400: #52CDFA;
--dodger-blue-500: #20BFF8;
--dodger-blue-600: #07A1DA;
--dodger-blue-700: #0580AD;
--dodger-blue-800: #045C7C;
--dodger-blue-900: #023B4F;
--dodger-blue-950: #022531;
}