Dodger Blue
#2F99E9
BlueColor Codes
All color formats for development
HEX
#2F99E9RGB
rgb(47, 153, 233)HSL
hsl(206, 81%, 55%)OKLCH
oklch(0.662 0.151 246.2)CMYK
cmyk(80%, 34%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188CE4
2#157CCB
3#136DB2
4#105D98
5#0D4E7F
6#0B3E66
7#082F4C
8#051F33
9#031019
Tints
Lighter variations
1#44A3EB
2#59ADEE
3#6EB7F0
4#82C2F2
5#97CCF4
6#ACD6F6
7#C1E0F8
8#D5EBFB
9#EAF5FD
Tones
Muted variations
1#3997E0
2#4296D7
3#4B95CD
4#5494C4
5#5E92BB
6#6791B1
7#7090A8
8#7A8F9F
9#838D96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CB #95CBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DAF #5DAFEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F99 #2F99E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 157C #157CCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1163 #1163A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C47 #0C4773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082D #082D4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DFEFFC;
--dodger-blue-200: #C3E1F9;
--dodger-blue-300: #95CBF4;
--dodger-blue-400: #5DAFEE;
--dodger-blue-500: #2F99E9;
--dodger-blue-600: #157CCB;
--dodger-blue-700: #1163A2;
--dodger-blue-800: #0C4773;
--dodger-blue-900: #082D4A;
--dodger-blue-950: #051C2E;
}