Dodger Blue
#25ABF4
BlueColor Codes
All color formats for development
HEX
#25ABF4RGB
rgb(37, 171, 244)HSL
hsl(201, 90%, 55%)OKLCH
oklch(0.707 0.151 239.6)CMYK
cmyk(85%, 30%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DA0F0
2#0B8ED5
3#0A7DBB
4#086BA0
5#075985
6#06476B
7#043550
8#032435
9#01121B
Tints
Lighter variations
1#3BB4F5
2#51BCF6
3#66C4F7
4#7CCDF8
5#92D5F9
6#A8DDFA
7#BEE6FC
8#D3EEFD
9#E9F7FE
Tones
Muted variations
1#2FA8E9
2#3AA5DF
3#44A2D5
4#4E9FCA
5#599CC0
6#6399B6
7#6D96AB
8#7892A1
9#828F97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D4 #90D4F9 | BordersInactive statesPlaceholder text |
| 400 | 55BE #55BEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25AB #25ABF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B8E #0B8ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0971 #0971AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0651 #065179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344E | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FE;
--dodger-blue-100: #DDF2FD;
--dodger-blue-200: #C0E7FC;
--dodger-blue-300: #90D4F9;
--dodger-blue-400: #55BEF6;
--dodger-blue-500: #25ABF4;
--dodger-blue-600: #0B8ED5;
--dodger-blue-700: #0971AA;
--dodger-blue-800: #065179;
--dodger-blue-900: #04344E;
--dodger-blue-950: #032030;
}