Dodger Blue
#3298E7
BlueColor Codes
All color formats for development
HEX
#3298E7RGB
rgb(50, 152, 231)HSL
hsl(206, 79%, 55%)OKLCH
oklch(0.659 0.149 246.5)CMYK
cmyk(78%, 34%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8CE2
2#187CC9
3#156DB0
4#125D97
5#0F4E7E
6#0C3E64
7#092F4B
8#061F32
9#031019
Tints
Lighter variations
1#46A3E9
2#5BADEC
3#6FB7EE
4#84C1F1
5#98CCF3
6#ADD6F5
7#C1E0F8
8#D6EAFA
9#EAF5FD
Tones
Muted variations
1#3B97DE
2#4496D5
3#4D95CC
4#5694C3
5#5F92BA
6#6891B1
7#7190A7
8#7A8F9E
9#838D95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E1 #C4E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CB #96CBF3 | BordersInactive statesPlaceholder text |
| 400 | 5FAF #5FAFEC | Disabled statesSecondary iconsMuted text |
| 500 | 3298 #3298E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 187C #187CC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1363 #1363A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D46 #0D4672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092D #092D49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FD;
--dodger-blue-100: #DFEFFB;
--dodger-blue-200: #C4E1F8;
--dodger-blue-300: #96CBF3;
--dodger-blue-400: #5FAFEC;
--dodger-blue-500: #3298E7;
--dodger-blue-600: #187CC9;
--dodger-blue-700: #1363A0;
--dodger-blue-800: #0D4672;
--dodger-blue-900: #092D49;
--dodger-blue-950: #051C2E;
}