Dodger Blue
#277BF1
BlueColor Codes
All color formats for development
HEX
#277BF1RGB
rgb(39, 123, 241)HSL
hsl(215, 88%, 55%)OKLCH
oklch(0.6 0.194 258.2)CMYK
cmyk(84%, 49%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6CED
2#0D60D3
3#0C54B9
4#0A489E
5#083C84
6#073069
7#05244F
8#031835
9#020C1A
Tints
Lighter variations
1#3D89F3
2#5296F4
3#68A3F5
4#7EB0F7
5#93BDF8
6#A9CAF9
7#BED8FB
8#D4E5FC
9#E9F2FE
Tones
Muted variations
1#317DE7
2#3B7FDD
3#4680D3
4#5082C9
5#5A84BF
6#6486B5
7#6E87AB
8#7889A0
9#828B96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D9 #C1D9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91BC #91BCF8 | BordersInactive statesPlaceholder text |
| 400 | 5799 #5799F4 | Disabled statesSecondary iconsMuted text |
| 500 | 277B #277BF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D60 #0D60D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B4C #0B4CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0836 #083678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0523 #05234D | 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: #F1F6FE;
--dodger-blue-100: #DDEBFD;
--dodger-blue-200: #C1D9FB;
--dodger-blue-300: #91BCF8;
--dodger-blue-400: #5799F4;
--dodger-blue-500: #277BF1;
--dodger-blue-600: #0D60D3;
--dodger-blue-700: #0B4CA8;
--dodger-blue-800: #083678;
--dodger-blue-900: #05234D;
--dodger-blue-950: #031630;
}