Dodger Blue
#25AFF4
BlueColor Codes
All color formats for development
HEX
#25AFF4RGB
rgb(37, 175, 244)HSL
hsl(200, 90%, 55%)OKLCH
oklch(0.716 0.148 237.5)CMYK
cmyk(85%, 28%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DA4F0
2#0B92D5
3#0A80BB
4#086DA0
5#075B85
6#06496B
7#043750
8#032435
9#01121B
Tints
Lighter variations
1#3BB7F5
2#51BFF6
3#66C7F7
4#7CCFF8
5#92D7F9
6#A8DFFA
7#BEE7FC
8#D3EFFD
9#E9F7FE
Tones
Muted variations
1#2FABE9
2#3AA8DF
3#44A4D5
4#4EA1CA
5#599DC0
6#639AB6
7#6D97AB
8#7893A1
9#829097
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E8 #C0E8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D6 #90D6F9 | BordersInactive statesPlaceholder text |
| 400 | 55C1 #55C1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25AF #25AFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B92 #0B92D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0974 #0974AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0653 #065379 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0435 #04354E | Primary textHigh emphasis contentDark headings |
| 950 | 0321 #032130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF3FD;
--dodger-blue-200: #C0E8FC;
--dodger-blue-300: #90D6F9;
--dodger-blue-400: #55C1F6;
--dodger-blue-500: #25AFF4;
--dodger-blue-600: #0B92D5;
--dodger-blue-700: #0974AA;
--dodger-blue-800: #065379;
--dodger-blue-900: #04354E;
--dodger-blue-950: #032130;
}