Dodger Blue
#3495E5
BlueColor Codes
All color formats for development
HEX
#3495E5RGB
rgb(52, 149, 229)HSL
hsl(207, 77%, 55%)OKLCH
oklch(0.652 0.149 247.8)CMYK
cmyk(77%, 35%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D88DF
2#1A79C7
3#176AAE
4#135B95
5#104C7C
6#0D3C63
7#0A2D4A
8#061E32
9#030F19
Tints
Lighter variations
1#48A0E7
2#5DAAEA
3#71B5ED
4#85BFEF
5#99CAF2
6#AED5F4
7#C2DFF7
8#D6EAFA
9#EBF4FC
Tones
Muted variations
1#3D94DC
2#4693D3
3#4E92CA
4#5792C1
5#6091B8
6#6990B0
7#728FA7
8#7B8E9E
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 | C4E0 #C4E0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C9 #97C9F2 | BordersInactive statesPlaceholder text |
| 400 | 61AD #61ADEA | Disabled statesSecondary iconsMuted text |
| 500 | 3495 #3495E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A79 #1A79C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1560 #15609E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F45 #0F4571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C48 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | 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: #C4E0F7;
--dodger-blue-300: #97C9F2;
--dodger-blue-400: #61ADEA;
--dodger-blue-500: #3495E5;
--dodger-blue-600: #1A79C7;
--dodger-blue-700: #15609E;
--dodger-blue-800: #0F4571;
--dodger-blue-900: #092C48;
--dodger-blue-950: #061B2D;
}