Dodger Blue
#3EABDA
BlueColor Codes
All color formats for development
HEX
#3EABDARGB
rgb(62, 171, 218)HSL
hsl(198, 68%, 55%)OKLCH
oklch(0.699 0.119 230.7)CMYK
cmyk(72%, 22%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A1D4
2#248FBC
3#1F7DA5
4#1B6B8D
5#165976
6#12475E
7#0D3647
8#09242F
9#041218
Tints
Lighter variations
1#51B4DE
2#65BCE2
3#78C5E5
4#8BCDE9
5#9FD5ED
6#B2DEF0
7#C5E6F4
8#D8EEF8
9#ECF7FB
Tones
Muted variations
1#46A8D2
2#4EA5CB
3#56A2C3
4#5D9FBB
5#659CB3
6#6D99AB
7#7596A4
8#7D929C
9#848F94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E7 #C7E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD4 #9CD4EC | BordersInactive statesPlaceholder text |
| 400 | 69BE #69BEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EAB #3EABDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 248F #248FBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D72 #1D7296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1451 #14516B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3445 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F9FD;
--dodger-blue-100: #E1F2F9;
--dodger-blue-200: #C7E7F4;
--dodger-blue-300: #9CD4EC;
--dodger-blue-400: #69BEE2;
--dodger-blue-500: #3EABDA;
--dodger-blue-600: #248FBC;
--dodger-blue-700: #1D7296;
--dodger-blue-800: #14516B;
--dodger-blue-900: #0D3445;
--dodger-blue-950: #08202B;
}