Dodger Blue
#259AF4
BlueColor Codes
All color formats for development
HEX
#259AF4RGB
rgb(37, 154, 244)HSL
hsl(206, 90%, 55%)OKLCH
oklch(0.668 0.166 247.8)CMYK
cmyk(85%, 37%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D8DF0
2#0B7ED5
3#0A6EBB
4#085EA0
5#074F85
6#063F6B
7#042F50
8#031F35
9#01101B
Tints
Lighter variations
1#3BA4F5
2#51AEF6
3#66B8F7
4#7CC2F8
5#92CDF9
6#A8D7FA
7#BEE1FC
8#D3EBFD
9#E9F5FE
Tones
Muted variations
1#2F99E9
2#3A97DF
3#4496D5
4#4E95CA
5#5993C0
6#6392B6
7#6D90AB
8#788FA1
9#828E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E2 #C0E2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CB #90CBF9 | BordersInactive statesPlaceholder text |
| 400 | 55B0 #55B0F6 | Disabled statesSecondary iconsMuted text |
| 500 | 259A #259AF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B7E #0B7ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0964 #0964AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0647 #064779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4E | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEFFD;
--dodger-blue-200: #C0E2FC;
--dodger-blue-300: #90CBF9;
--dodger-blue-400: #55B0F6;
--dodger-blue-500: #259AF4;
--dodger-blue-600: #0B7ED5;
--dodger-blue-700: #0964AA;
--dodger-blue-800: #064779;
--dodger-blue-900: #042E4E;
--dodger-blue-950: #031D30;
}