Dodger Blue
#3892E0
BlueColor Codes
All color formats for development
HEX
#3892E0RGB
rgb(56, 146, 224)HSL
hsl(208, 73%, 55%)OKLCH
oklch(0.643 0.144 248.5)CMYK
cmyk(75%, 35%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2284DA
2#1E76C2
3#1B67AA
4#175892
5#134A79
6#0F3B61
7#0B2C49
8#081D31
9#040F18
Tints
Lighter variations
1#4C9DE3
2#60A8E6
3#74B3E9
4#88BEEC
5#9CC8F0
6#B0D3F3
7#C3DEF6
8#D7E9F9
9#EBF4FC
Tones
Muted variations
1#4191D8
2#4991CF
3#5290C7
4#5A90BF
5#628FB6
6#6B8EAE
7#738EA5
8#7B8D9D
9#848D95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC7 #9AC7EF | BordersInactive statesPlaceholder text |
| 400 | 65AA #65AAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3892 #3892E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E76 #1E76C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 185E #185E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1143 #11436E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2B #0B2B47 | Primary textHigh emphasis contentDark headings |
| 950 | 071B #071B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F8FD;
--dodger-blue-100: #E0EEFA;
--dodger-blue-200: #C6DFF6;
--dodger-blue-300: #9AC7EF;
--dodger-blue-400: #65AAE7;
--dodger-blue-500: #3892E0;
--dodger-blue-600: #1E76C2;
--dodger-blue-700: #185E9A;
--dodger-blue-800: #11436E;
--dodger-blue-900: #0B2B47;
--dodger-blue-950: #071B2C;
}