Dodger Blue
#257EF4
BlueColor Codes
All color formats for development
HEX
#257EF4RGB
rgb(37, 126, 244)HSL
hsl(214, 90%, 55%)OKLCH
oklch(0.607 0.195 257.5)CMYK
cmyk(85%, 48%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6FF0
2#0B63D5
3#0A56BB
4#084AA0
5#073E85
6#06316B
7#042550
8#031935
9#010C1B
Tints
Lighter variations
1#3B8BF5
2#5198F6
3#66A5F7
4#7CB2F8
5#92BFF9
6#A8CCFA
7#BED8FC
8#D3E5FD
9#E9F2FE
Tones
Muted variations
1#2F80E9
2#3A81DF
3#4483D5
4#4E84CA
5#5985C0
6#6387B6
7#6D88AB
8#7889A1
9#828B97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DA #C0DAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BD #90BDF9 | BordersInactive statesPlaceholder text |
| 400 | 559B #559BF6 | Disabled statesSecondary iconsMuted text |
| 500 | 257E #257EF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B63 #0B63D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 094F #094FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0638 #063879 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0424 #04244E | Primary textHigh emphasis contentDark headings |
| 950 | 0316 #031630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FE;
--dodger-blue-100: #DDEBFD;
--dodger-blue-200: #C0DAFC;
--dodger-blue-300: #90BDF9;
--dodger-blue-400: #559BF6;
--dodger-blue-500: #257EF4;
--dodger-blue-600: #0B63D5;
--dodger-blue-700: #094FAA;
--dodger-blue-800: #063879;
--dodger-blue-900: #04244E;
--dodger-blue-950: #031630;
}