Dodger Blue
#25B9F4
BlueColor Codes
All color formats for development
HEX
#25B9F4RGB
rgb(37, 185, 244)HSL
hsl(197, 90%, 55%)OKLCH
oklch(0.739 0.142 231.7)CMYK
cmyk(85%, 24%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DAFF0
2#0B9CD5
3#0A88BB
4#0875A0
5#076185
6#064E6B
7#043A50
8#032735
9#01131B
Tints
Lighter variations
1#3BC0F5
2#51C7F6
3#66CEF7
4#7CD5F8
5#92DCF9
6#A8E3FA
7#BEEAFC
8#D3F1FD
9#E9F8FE
Tones
Muted variations
1#2FB5E9
2#3AB0DF
3#44ACD5
4#4EA7CA
5#59A3C0
6#639EB6
7#6D9AAB
8#7895A1
9#829197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EB #C0EBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DB #90DBF9 | BordersInactive statesPlaceholder text |
| 400 | 55C9 #55C9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B9 #25B9F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B9C #0B9CD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 097C #097CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0659 #065979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0439 #04394E | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF4FD;
--dodger-blue-200: #C0EBFC;
--dodger-blue-300: #90DBF9;
--dodger-blue-400: #55C9F6;
--dodger-blue-500: #25B9F4;
--dodger-blue-600: #0B9CD5;
--dodger-blue-700: #097CAA;
--dodger-blue-800: #065979;
--dodger-blue-900: #04394E;
--dodger-blue-950: #032330;
}