Dodger Blue
#3BADDE
BlueColor Codes
All color formats for development
HEX
#3BADDERGB
rgb(59, 173, 222)HSL
hsl(198, 71%, 55%)OKLCH
oklch(0.705 0.122 231)CMYK
cmyk(73%, 22%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A2D8
2#2190C0
3#1C7EA8
4#186C90
5#145A78
6#104860
7#0C3648
8#082430
9#041218
Tints
Lighter variations
1#4EB5E1
2#62BDE4
3#76C5E8
4#89CEEB
5#9DD6EE
6#B1DEF2
7#C4E6F5
8#D8EFF8
9#EBF7FC
Tones
Muted variations
1#43AAD6
2#4BA6CD
3#53A3C5
4#5BA0BD
5#649DB5
6#6C99AD
7#7496A5
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 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E7 #C6E7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD5 #9BD5EE | BordersInactive statesPlaceholder text |
| 400 | 66BF #66BFE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BAD #3BADDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2190 #2190C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A73 #1A7399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1252 #12526D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C34 #0C3446 | 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: #E0F2FA;
--dodger-blue-200: #C6E7F5;
--dodger-blue-300: #9BD5EE;
--dodger-blue-400: #66BFE5;
--dodger-blue-500: #3BADDE;
--dodger-blue-600: #2190C0;
--dodger-blue-700: #1A7399;
--dodger-blue-800: #12526D;
--dodger-blue-900: #0C3446;
--dodger-blue-950: #07212C;
}