Dodger Blue
#3BB0DE
BlueColor Codes
All color formats for development
HEX
#3BB0DERGB
rgb(59, 176, 222)HSL
hsl(197, 71%, 55%)OKLCH
oklch(0.712 0.121 228.7)CMYK
cmyk(73%, 21%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A5D8
2#2193C0
3#1C80A8
4#186E90
5#145C78
6#104960
7#0C3748
8#082530
9#041218
Tints
Lighter variations
1#4EB7E1
2#62BFE4
3#76C7E8
4#89CFEB
5#9DD7EE
6#B1DFF2
7#C4E7F5
8#D8EFF8
9#EBF7FC
Tones
Muted variations
1#43ACD6
2#4BA8CD
3#53A5C5
4#5BA1BD
5#649EB5
6#6C9AAD
7#7497A5
8#7C939D
9#849094
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E8 #C6E8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD6 #9BD6EE | BordersInactive statesPlaceholder text |
| 400 | 66C1 #66C1E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BB0 #3BB0DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2193 #2193C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A75 #1A7599 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1253 #12536D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C35 #0C3546 | Primary textHigh emphasis contentDark headings |
| 950 | 0721 #07212C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FAFD;
--dodger-blue-100: #E0F3FA;
--dodger-blue-200: #C6E8F5;
--dodger-blue-300: #9BD6EE;
--dodger-blue-400: #66C1E5;
--dodger-blue-500: #3BB0DE;
--dodger-blue-600: #2193C0;
--dodger-blue-700: #1A7599;
--dodger-blue-800: #12536D;
--dodger-blue-900: #0C3546;
--dodger-blue-950: #07212C;
}