Dodger Blue
#279AF1
BlueColor Codes
All color formats for development
HEX
#279AF1RGB
rgb(39, 154, 241)HSL
hsl(206, 88%, 55%)OKLCH
oklch(0.667 0.162 247.2)CMYK
cmyk(84%, 36%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F8DED
2#0D7DD3
3#0C6EB9
4#0A5E9E
5#084E84
6#073F69
7#052F4F
8#031F35
9#02101A
Tints
Lighter variations
1#3DA4F3
2#52AEF4
3#68B8F5
4#7EC2F7
5#93CCF8
6#A9D6F9
7#BEE1FB
8#D4EBFC
9#E9F5FE
Tones
Muted variations
1#3198E7
2#3B97DD
3#4696D3
4#5094C9
5#5A93BF
6#6492B5
7#6E90AB
8#788FA0
9#828E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E2 #C1E2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CB #91CBF8 | BordersInactive statesPlaceholder text |
| 400 | 57B0 #57B0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 279A #279AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7D #0D7DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B64 #0B64A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0847 #084778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052E #052E4D | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DDEFFD;
--dodger-blue-200: #C1E2FB;
--dodger-blue-300: #91CBF8;
--dodger-blue-400: #57B0F4;
--dodger-blue-500: #279AF1;
--dodger-blue-600: #0D7DD3;
--dodger-blue-700: #0B64A8;
--dodger-blue-800: #084778;
--dodger-blue-900: #052E4D;
--dodger-blue-950: #031C30;
}