Dodger Blue
#25A8F4
BlueColor Codes
All color formats for development
HEX
#25A8F4RGB
rgb(37, 168, 244)HSL
hsl(202, 90%, 55%)OKLCH
oklch(0.7 0.153 241.2)CMYK
cmyk(85%, 31%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9DF0
2#0B8BD5
3#0A7ABB
4#0868A0
5#075785
6#06466B
7#043450
8#032335
9#01111B
Tints
Lighter variations
1#3BB1F5
2#51B9F6
3#66C2F7
4#7CCBF8
5#92D3F9
6#A8DCFA
7#BEE5FC
8#D3EEFD
9#E9F6FE
Tones
Muted variations
1#2FA5E9
2#3AA2DF
3#44A0D5
4#4E9DCA
5#599AC0
6#6397B6
7#6D95AB
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 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E6 #C0E6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D2 #90D2F9 | BordersInactive statesPlaceholder text |
| 400 | 55BB #55BBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25A8 #25A8F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B8B #0B8BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 096F #096FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064F #064F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0433 #04334E | 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: #DDF1FD;
--dodger-blue-200: #C0E6FC;
--dodger-blue-300: #90D2F9;
--dodger-blue-400: #55BBF6;
--dodger-blue-500: #25A8F4;
--dodger-blue-600: #0B8BD5;
--dodger-blue-700: #096FAA;
--dodger-blue-800: #064F79;
--dodger-blue-900: #04334E;
--dodger-blue-950: #032030;
}