Dodger Blue
#349EE5
BlueColor Codes
All color formats for development
HEX
#349EE5RGB
rgb(52, 158, 229)HSL
hsl(204, 77%, 55%)OKLCH
oklch(0.672 0.141 242.9)CMYK
cmyk(77%, 31%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D92DF
2#1A81C7
3#1771AE
4#136195
5#10517C
6#0D4163
7#0A314A
8#062032
9#031019
Tints
Lighter variations
1#48A8E7
2#5DB1EA
3#71BBED
4#85C5EF
5#99CEF2
6#AED8F4
7#C2E2F7
8#D6ECFA
9#EBF5FC
Tones
Muted variations
1#3D9CDC
2#469AD3
3#4E99CA
4#5797C1
5#6095B8
6#6993B0
7#7292A7
8#7B909E
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 | C4E3 #C4E3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CD #97CDF2 | BordersInactive statesPlaceholder text |
| 400 | 61B3 #61B3EA | Disabled statesSecondary iconsMuted text |
| 500 | 349E #349EE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A81 #1A81C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1567 #15679E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4A #0F4A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F48 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | 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: #C4E3F7;
--dodger-blue-300: #97CDF2;
--dodger-blue-400: #61B3EA;
--dodger-blue-500: #349EE5;
--dodger-blue-600: #1A81C7;
--dodger-blue-700: #15679E;
--dodger-blue-800: #0F4A71;
--dodger-blue-900: #092F48;
--dodger-blue-950: #061D2D;
}