Dodger Blue
#2485F5
BlueColor Codes
All color formats for development
HEX
#2485F5RGB
rgb(36, 133, 245)HSL
hsl(212, 91%, 55%)OKLCH
oklch(0.623 0.189 255.5)CMYK
cmyk(85%, 46%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B77F1
2#0A69D6
3#095CBC
4#084FA1
5#064286
6#05356B
7#042850
8#031A36
9#010D1B
Tints
Lighter variations
1#3A91F6
2#509EF7
3#66AAF8
4#7BB6F9
5#91C2FA
6#A7CEFB
7#BDDAFC
8#D3E7FD
9#E9F3FE
Tones
Muted variations
1#2E86EA
2#3987E0
3#4387D5
4#4E88CB
5#5889C0
6#6289B6
7#6D8AAC
8#778BA1
9#828C97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC1 #8FC1FA | BordersInactive statesPlaceholder text |
| 400 | 55A0 #55A0F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2485 #2485F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A69 #0A69D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0854 #0854AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063C #063C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264E | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDECFD;
--dodger-blue-200: #C0DCFC;
--dodger-blue-300: #8FC1FA;
--dodger-blue-400: #55A0F7;
--dodger-blue-500: #2485F5;
--dodger-blue-600: #0A69D6;
--dodger-blue-700: #0854AA;
--dodger-blue-800: #063C7A;
--dodger-blue-900: #04264E;
--dodger-blue-950: #021831;
}