Dodger Blue
#348FE5
BlueColor Codes
All color formats for development
HEX
#348FE5RGB
rgb(52, 143, 229)HSL
hsl(209, 77%, 55%)OKLCH
oklch(0.638 0.154 250.7)CMYK
cmyk(77%, 38%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D81DF
2#1A73C7
3#1765AE
4#135695
5#10487C
6#0D3A63
7#0A2B4A
8#061D32
9#030E19
Tints
Lighter variations
1#489AE7
2#5DA6EA
3#71B1ED
4#85BCEF
5#99C7F2
6#AED2F4
7#C2DDF7
8#D6E9FA
9#EBF4FC
Tones
Muted variations
1#3D8FDC
2#468FD3
3#4E8ECA
4#578EC1
5#608EB8
6#698DB0
7#728DA7
8#7B8D9E
9#838D95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DF #C4DFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C6 #97C6F2 | BordersInactive statesPlaceholder text |
| 400 | 61A8 #61A8EA | Disabled statesSecondary iconsMuted text |
| 500 | 348F #348FE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A73 #1A73C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155C #155C9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F41 #0F4171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092A #092A48 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FD;
--dodger-blue-100: #DFEEFB;
--dodger-blue-200: #C4DFF7;
--dodger-blue-300: #97C6F2;
--dodger-blue-400: #61A8EA;
--dodger-blue-500: #348FE5;
--dodger-blue-600: #1A73C7;
--dodger-blue-700: #155C9E;
--dodger-blue-800: #0F4171;
--dodger-blue-900: #092A48;
--dodger-blue-950: #061A2D;
}