Dodger Blue
#0F77D2
BlueColor Codes
All color formats for development
HEX
#0F77D2RGB
rgb(15, 119, 210)HSL
hsl(208, 87%, 44%)OKLCH
oklch(0.565 0.164 252)CMYK
cmyk(93%, 43%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6BBD
2#0C5FA8
3#0A5393
4#09477E
5#073B69
6#062F54
7#04243F
8#03182A
9#010C15
Tints
Lighter variations
1#1086ED
2#2993F0
3#44A1F2
4#5FAEF4
5#79BCF6
6#94C9F8
7#AFD7F9
8#CAE4FB
9#E4F2FD
Tones
Muted variations
1#1876C8
2#2275BE
3#2C75B5
4#3674AB
5#3F73A1
6#497397
7#53728D
8#5D7284
9#66717A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F7 | BordersInactive statesPlaceholder text |
| 400 | 58AB #58ABF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2893 #2893F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F77 #0F77D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C5E #0C5EA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4C | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEEEFD;
--dodger-blue-200: #C1E0FB;
--dodger-blue-300: #91C8F7;
--dodger-blue-400: #58ABF3;
--dodger-blue-500: #2893F0;
--dodger-blue-600: #0F77D2;
--dodger-blue-700: #0C5EA7;
--dodger-blue-800: #084377;
--dodger-blue-900: #052B4C;
--dodger-blue-950: #031B30;
}