Dodger Blue
#2F96E9
BlueColor Codes
All color formats for development
HEX
#2F96E9RGB
rgb(47, 150, 233)HSL
hsl(207, 81%, 55%)OKLCH
oklch(0.655 0.154 247.7)CMYK
cmyk(80%, 36%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1888E4
2#1579CB
3#136AB2
4#105B98
5#0D4C7F
6#0B3D66
7#082D4C
8#051E33
9#030F19
Tints
Lighter variations
1#44A0EB
2#59ABEE
3#6EB5F0
4#82C0F2
5#97CAF4
6#ACD5F6
7#C1DFF8
8#D5EAFB
9#EAF4FD
Tones
Muted variations
1#3995E0
2#4294D7
3#4B93CD
4#5492C4
5#5E91BB
6#6790B1
7#708FA8
8#7A8E9F
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 | 95C9 #95C9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAD #5DADEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F96 #2F96E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1579 #1579CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1160 #1160A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C45 #0C4573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082C #082C4A | 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: #95C9F4;
--dodger-blue-400: #5DADEE;
--dodger-blue-500: #2F96E9;
--dodger-blue-600: #1579CB;
--dodger-blue-700: #1160A2;
--dodger-blue-800: #0C4573;
--dodger-blue-900: #082C4A;
--dodger-blue-950: #051C2E;
}