Dodger Blue
#2385F6
BlueColor Codes
All color formats for development
HEX
#2385F6RGB
rgb(35, 133, 246)HSL
hsl(212, 92%, 55%)OKLCH
oklch(0.623 0.19 255.6)CMYK
cmyk(86%, 46%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A76F2
2#0969D7
3#085CBC
4#074FA2
5#064287
6#04356C
7#032751
8#021A36
9#010D1B
Tints
Lighter variations
1#3991F7
2#4F9EF8
3#65AAF9
4#7BB6F9
5#91C2FA
6#A7CEFB
7#BDDAFC
8#D3E7FD
9#E9F3FE
Tones
Muted variations
1#2D86EB
2#3887E1
3#4287D6
4#4D88CC
5#5789C1
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 #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDC #BFDCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FA | BordersInactive statesPlaceholder text |
| 400 | 54A0 #54A0F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2385 #2385F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0969 #0969D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0754 #0754AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053C #053C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264E | 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: #DDECFE;
--dodger-blue-200: #BFDCFC;
--dodger-blue-300: #8EC1FA;
--dodger-blue-400: #54A0F8;
--dodger-blue-500: #2385F6;
--dodger-blue-600: #0969D7;
--dodger-blue-700: #0754AB;
--dodger-blue-800: #053C7A;
--dodger-blue-900: #03264E;
--dodger-blue-950: #021831;
}