Dodger Blue
#2FB1E9
BlueColor Codes
All color formats for development
HEX
#2FB1E9RGB
rgb(47, 177, 233)HSL
hsl(198, 81%, 55%)OKLCH
oklch(0.717 0.134 232.4)CMYK
cmyk(80%, 24%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18A7E4
2#1595CB
3#1382B2
4#106F98
5#0D5D7F
6#0B4A66
7#08384C
8#052533
9#031319
Tints
Lighter variations
1#44B9EB
2#59C1EE
3#6EC9F0
4#82D0F2
5#97D8F4
6#ACE0F6
7#C1E8F8
8#D5EFFB
9#EAF7FD
Tones
Muted variations
1#39AEE0
2#42AAD7
3#4BA6CD
4#54A3C4
5#5E9FBB
6#679BB1
7#7097A8
8#7A949F
9#839096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D7 #95D7F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC3 #5DC3EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB1 #2FB1E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1595 #1595CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1176 #1176A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C54 #0C5473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0836 #08364A | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DFF3FC;
--dodger-blue-200: #C3E9F9;
--dodger-blue-300: #95D7F4;
--dodger-blue-400: #5DC3EE;
--dodger-blue-500: #2FB1E9;
--dodger-blue-600: #1595CB;
--dodger-blue-700: #1176A2;
--dodger-blue-800: #0C5473;
--dodger-blue-900: #08364A;
--dodger-blue-950: #05222E;
}