Dodger Blue
#0284C7
BlueColor Codes
All color formats for development
HEX
#0284C7RGB
rgb(2, 132, 199)HSL
hsl(200, 98%, 39%)OKLCH
oklch(0.588 0.139 242)CMYK
cmyk(99%, 34%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0277B1
2#026A9E
3#015C8A
4#014F76
5#014262
6#01354F
7#01283B
8#001A27
9#000D14
Tints
Lighter variations
1#0299E4
2#09ABFD
3#27B6FD
4#46C0FD
5#65CBFD
6#84D5FE
7#A3E0FE
8#C1EAFE
9#E0F5FF
Tones
Muted variations
1#0C81BB
2#157DB1
3#1F7AA8
4#29779E
5#337494
6#3C708A
7#466D81
8#506A77
9#5A676D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD8 #8BD8FE | BordersInactive statesPlaceholder text |
| 400 | 4EC3 #4EC3FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CB2 #1CB2FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0295 #0295DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0276 #0276B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0155 #01557E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0136 #013651 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF3FF;
--dodger-blue-200: #BDE9FE;
--dodger-blue-300: #8BD8FE;
--dodger-blue-400: #4EC3FD;
--dodger-blue-500: #1CB2FD;
--dodger-blue-600: #0295DE;
--dodger-blue-700: #0276B1;
--dodger-blue-800: #01557E;
--dodger-blue-900: #013651;
--dodger-blue-950: #012232;
}