Dodger Blue
#3CA7DD
BlueColor Codes
All color formats for development
HEX
#3CA7DDRGB
rgb(60, 167, 221)HSL
hsl(200, 70%, 55%)OKLCH
oklch(0.691 0.124 234.9)CMYK
cmyk(73%, 24%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#269CD7
2#228ABF
3#1D79A7
4#19688F
5#155677
6#11455F
7#0D3448
8#082330
9#041118
Tints
Lighter variations
1#4FB0E0
2#63B9E3
3#76C1E7
4#8ACAEA
5#9DD3EE
6#B1DCF1
7#C4E5F5
8#D8EDF8
9#EBF6FC
Tones
Muted variations
1#44A4D5
2#4CA2CD
3#549FC4
4#5C9CBC
5#649AB4
6#6C97AC
7#7494A4
8#7C929C
9#848F94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E6 #C7E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD2 #9BD2ED | BordersInactive statesPlaceholder text |
| 400 | 67BB #67BBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA7 #3CA7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 228A #228ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6E #1B6E98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134F #134F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C32 #0C3245 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F9FD;
--dodger-blue-100: #E1F1FA;
--dodger-blue-200: #C7E6F5;
--dodger-blue-300: #9BD2ED;
--dodger-blue-400: #67BBE4;
--dodger-blue-500: #3CA7DD;
--dodger-blue-600: #228ABF;
--dodger-blue-700: #1B6E98;
--dodger-blue-800: #134F6C;
--dodger-blue-900: #0C3245;
--dodger-blue-950: #081F2B;
}