Dodger Blue
#2FA8E9
BlueColor Codes
All color formats for development
HEX
#2FA8E9RGB
rgb(47, 168, 233)HSL
hsl(201, 81%, 55%)OKLCH
oklch(0.696 0.14 238)CMYK
cmyk(80%, 28%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#189DE4
2#158BCB
3#137AB2
4#106998
5#0D577F
6#0B4666
7#08344C
8#052333
9#031119
Tints
Lighter variations
1#44B1EB
2#59BAEE
3#6EC2F0
4#82CBF2
5#97D4F4
6#ACDCF6
7#C1E5F8
8#D5EEFB
9#EAF6FD
Tones
Muted variations
1#39A5E0
2#42A3D7
3#4BA0CD
4#549DC4
5#5E9ABB
6#6797B1
7#7095A8
8#7A929F
9#838F96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E6 #C3E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D3 #95D3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBB #5DBBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA8 #2FA8E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 158B #158BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116F #116FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4F #0C4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #08334A | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DFF1FC;
--dodger-blue-200: #C3E6F9;
--dodger-blue-300: #95D3F4;
--dodger-blue-400: #5DBBEE;
--dodger-blue-500: #2FA8E9;
--dodger-blue-600: #158BCB;
--dodger-blue-700: #116FA2;
--dodger-blue-800: #0C4F73;
--dodger-blue-900: #08334A;
--dodger-blue-950: #05202E;
}