Dodger Blue
#3CA2DD
BlueColor Codes
All color formats for development
HEX
#3CA2DDRGB
rgb(60, 162, 221)HSL
hsl(202, 70%, 55%)OKLCH
oklch(0.679 0.127 238.4)CMYK
cmyk(73%, 27%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2696D7
2#2285BF
3#1D75A7
4#19648F
5#155377
6#11435F
7#0D3248
8#082130
9#041118
Tints
Lighter variations
1#4FABE0
2#63B4E3
3#76BEE7
4#8AC7EA
5#9DD0EE
6#B1DAF1
7#C4E3F5
8#D8ECF8
9#EBF6FC
Tones
Muted variations
1#44A0D5
2#4C9DCD
3#549BC4
4#5C99BC
5#6497B4
6#6C95AC
7#7493A4
8#7C919C
9#848E94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E4 #C7E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCF #9BCFED | BordersInactive statesPlaceholder text |
| 400 | 67B6 #67B6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA2 #3CA2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2285 #2285BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6A #1B6A98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134C #134C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C30 #0C3045 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F9FD;
--dodger-blue-100: #E1F0FA;
--dodger-blue-200: #C7E4F5;
--dodger-blue-300: #9BCFED;
--dodger-blue-400: #67B6E4;
--dodger-blue-500: #3CA2DD;
--dodger-blue-600: #2285BF;
--dodger-blue-700: #1B6A98;
--dodger-blue-800: #134C6C;
--dodger-blue-900: #0C3045;
--dodger-blue-950: #081E2B;
}