Dodger Blue
#3C9CDD
BlueColor Codes
All color formats for development
HEX
#3C9CDDRGB
rgb(60, 156, 221)HSL
hsl(204, 70%, 55%)OKLCH
oklch(0.666 0.131 242.3)CMYK
cmyk(73%, 29%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2690D7
2#2280BF
3#1D70A7
4#19608F
5#155077
6#11405F
7#0D3048
8#082030
9#041018
Tints
Lighter variations
1#4FA6E0
2#63B0E3
3#76BAE7
4#8AC4EA
5#9DCEEE
6#B1D8F1
7#C4E1F5
8#D8EBF8
9#EBF5FC
Tones
Muted variations
1#449BD5
2#4C99CD
3#5497C4
4#5C96BC
5#6494B4
6#6C93AC
7#7491A4
8#7C8F9C
9#848E94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCD #9BCDED | BordersInactive statesPlaceholder text |
| 400 | 67B2 #67B2E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C9C #3C9CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2280 #2280BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B66 #1B6698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1349 #13496C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2F #0C2F45 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F8FD;
--dodger-blue-100: #E1F0FA;
--dodger-blue-200: #C7E2F5;
--dodger-blue-300: #9BCDED;
--dodger-blue-400: #67B2E4;
--dodger-blue-500: #3C9CDD;
--dodger-blue-600: #2280BF;
--dodger-blue-700: #1B6698;
--dodger-blue-800: #13496C;
--dodger-blue-900: #0C2F45;
--dodger-blue-950: #081D2B;
}