Dodger Blue
#278CF1
BlueColor Codes
All color formats for development
HEX
#278CF1RGB
rgb(39, 140, 241)HSL
hsl(210, 88%, 55%)OKLCH
oklch(0.636 0.176 252.8)CMYK
cmyk(84%, 42%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F7EED
2#0D70D3
3#0C62B9
4#0A549E
5#084684
6#073869
7#052A4F
8#031C35
9#020E1A
Tints
Lighter variations
1#3D98F3
2#52A3F4
3#68AFF5
4#7EBAF7
5#93C6F8
6#A9D1F9
7#BEDDFB
8#D4E8FC
9#E9F4FE
Tones
Muted variations
1#318CE7
2#3B8CDD
3#468CD3
4#508CC9
5#5A8CBF
6#648CB5
7#6E8CAB
8#788CA0
9#828C96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DE #C1DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C4 #91C4F8 | BordersInactive statesPlaceholder text |
| 400 | 57A6 #57A6F4 | Disabled statesSecondary iconsMuted text |
| 500 | 278C #278CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D70 #0D70D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B59 #0B59A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0840 #084078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0529 #05294D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DDEDFD;
--dodger-blue-200: #C1DEFB;
--dodger-blue-300: #91C4F8;
--dodger-blue-400: #57A6F4;
--dodger-blue-500: #278CF1;
--dodger-blue-600: #0D70D3;
--dodger-blue-700: #0B59A8;
--dodger-blue-800: #084078;
--dodger-blue-900: #05294D;
--dodger-blue-950: #031A30;
}