Dodger Blue
#3A97DF
BlueColor Codes
All color formats for development
HEX
#3A97DFRGB
rgb(58, 151, 223)HSL
hsl(206, 72%, 55%)OKLCH
oklch(0.655 0.138 245.8)CMYK
cmyk(74%, 32%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#238AD9
2#1F7BC1
3#1B6CA9
4#185C91
5#144D79
6#103D60
7#0C2E48
8#081F30
9#040F18
Tints
Lighter variations
1#4DA2E2
2#61ACE5
3#75B6E9
4#89C1EC
5#9CCBEF
6#B0D6F2
7#C4E0F5
8#D8EAF9
9#EBF5FC
Tones
Muted variations
1#4296D7
2#4A95CE
3#5294C6
4#5B93BE
5#6392B6
6#6B91AD
7#7390A5
8#7C8E9D
9#848D95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E1 #C6E1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACA #9ACAEF | BordersInactive statesPlaceholder text |
| 400 | 65AE #65AEE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A97 #3A97DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F7B #1F7BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1962 #19629A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1246 #12466E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2D #0B2D46 | Primary textHigh emphasis contentDark headings |
| 950 | 071C #071C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F8FD;
--dodger-blue-100: #E0EFFA;
--dodger-blue-200: #C6E1F6;
--dodger-blue-300: #9ACAEF;
--dodger-blue-400: #65AEE6;
--dodger-blue-500: #3A97DF;
--dodger-blue-600: #1F7BC1;
--dodger-blue-700: #19629A;
--dodger-blue-800: #12466E;
--dodger-blue-900: #0B2D46;
--dodger-blue-950: #071C2C;
}