Dodger Blue
#309FE8
BlueColor Codes
All color formats for development
HEX
#309FE8RGB
rgb(48, 159, 232)HSL
hsl(204, 80%, 55%)OKLCH
oklch(0.675 0.145 242.9)CMYK
cmyk(79%, 31%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1992E3
2#1682CA
3#1472B1
4#116297
5#0E517E
6#0B4165
7#08314C
8#062132
9#031019
Tints
Lighter variations
1#45A8EA
2#5AB2ED
3#6EBCEF
4#83C5F1
5#98CFF4
6#ACD8F6
7#C1E2F8
8#D6ECFA
9#EAF5FD
Tones
Muted variations
1#3A9DDF
2#439BD6
3#4C99CD
4#5597C3
5#5E95BA
6#6894B1
7#7192A8
8#7A909F
9#838E95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CE #95CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB4 #5EB4ED | Disabled statesSecondary iconsMuted text |
| 500 | 309F #309FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1682 #1682CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1268 #1268A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082F #082F49 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FD;
--dodger-blue-100: #DFF0FB;
--dodger-blue-200: #C3E3F8;
--dodger-blue-300: #95CEF3;
--dodger-blue-400: #5EB4ED;
--dodger-blue-500: #309FE8;
--dodger-blue-600: #1682CA;
--dodger-blue-700: #1268A1;
--dodger-blue-800: #0D4A73;
--dodger-blue-900: #082F49;
--dodger-blue-950: #051E2E;
}