Dodger Blue
#3CB2DD
BlueColor Codes
All color formats for development
HEX
#3CB2DDRGB
rgb(60, 178, 221)HSL
hsl(196, 70%, 55%)OKLCH
oklch(0.717 0.119 226.8)CMYK
cmyk(73%, 19%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26A7D7
2#2295BF
3#1D82A7
4#19708F
5#155D77
6#114A5F
7#0D3848
8#082530
9#041318
Tints
Lighter variations
1#4FB9E0
2#63C1E3
3#76C9E7
4#8AD1EA
5#9DD8EE
6#B1E0F1
7#C4E8F5
8#D8F0F8
9#EBF7FC
Tones
Muted variations
1#44AED5
2#4CAACD
3#54A6C4
4#5CA3BC
5#649FB4
6#6C9BAC
7#7497A4
8#7C949C
9#849094
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD8 #9BD8ED | BordersInactive statesPlaceholder text |
| 400 | 67C3 #67C3E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CB2 #3CB2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2295 #2295BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B76 #1B7698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1355 #13556C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C36 #0C3645 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FAFD;
--dodger-blue-100: #E1F3FA;
--dodger-blue-200: #C7E9F5;
--dodger-blue-300: #9BD8ED;
--dodger-blue-400: #67C3E4;
--dodger-blue-500: #3CB2DD;
--dodger-blue-600: #2295BF;
--dodger-blue-700: #1B7698;
--dodger-blue-800: #13556C;
--dodger-blue-900: #0C3645;
--dodger-blue-950: #08222B;
}