Dodger Blue
#3A9ADF
BlueColor Codes
All color formats for development
HEX
#3A9ADFRGB
rgb(58, 154, 223)HSL
hsl(205, 72%, 55%)OKLCH
oklch(0.661 0.136 244)CMYK
cmyk(74%, 31%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#238DD9
2#1F7EC1
3#1B6EA9
4#185E91
5#144F79
6#103F60
7#0C2F48
8#081F30
9#041018
Tints
Lighter variations
1#4DA4E2
2#61AEE5
3#75B8E9
4#89C2EC
5#9CCDEF
6#B0D7F2
7#C4E1F5
8#D8EBF9
9#EBF5FC
Tones
Muted variations
1#4299D7
2#4A97CE
3#5296C6
4#5B95BE
5#6393B6
6#6B92AD
7#7390A5
8#7C8F9D
9#848E95
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 | C6E2 #C6E2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACB #9ACBEF | BordersInactive statesPlaceholder text |
| 400 | 65B0 #65B0E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A9A #3A9ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F7E #1F7EC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1964 #19649A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1247 #12476E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2E #0B2E46 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | 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: #C6E2F6;
--dodger-blue-300: #9ACBEF;
--dodger-blue-400: #65B0E6;
--dodger-blue-500: #3A9ADF;
--dodger-blue-600: #1F7EC1;
--dodger-blue-700: #19649A;
--dodger-blue-800: #12476E;
--dodger-blue-900: #0B2E46;
--dodger-blue-950: #071D2C;
}