Dodger Blue
#0295DE
BlueColor Codes
All color formats for development
HEX
#0295DERGB
rgb(2, 149, 222)HSL
hsl(200, 98%, 44%)OKLCH
oklch(0.641 0.15 241.3)CMYK
cmyk(99%, 33%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0286C8
2#0277B2
3#02689C
4#015985
5#014A6F
6#013C59
7#012D43
8#001E2C
9#000F16
Tints
Lighter variations
1#03A8FA
2#1DB2FD
3#39BCFD
4#55C5FD
5#72CFFE
6#8ED9FE
7#AAE2FE
8#C6ECFE
9#E3F5FF
Tones
Muted variations
1#0D91D3
2#188EC8
3#238ABD
4#2E86B2
5#3983A7
6#447F9C
7#4F7B91
8#5A7886
9#65747B
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;
}