Dodger Blue
#2FA2E9
BlueColor Codes
All color formats for development
HEX
#2FA2E9RGB
rgb(47, 162, 233)HSL
hsl(203, 81%, 55%)OKLCH
oklch(0.682 0.144 241.5)CMYK
cmyk(80%, 30%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1896E4
2#1585CB
3#1375B2
4#106498
5#0D537F
6#0B4366
7#08324C
8#052133
9#031119
Tints
Lighter variations
1#44ABEB
2#59B5EE
3#6EBEF0
4#82C7F2
5#97D0F4
6#ACDAF6
7#C1E3F8
8#D5ECFB
9#EAF6FD
Tones
Muted variations
1#39A0E0
2#429ED7
3#4B9BCD
4#5499C4
5#5E97BB
6#6795B1
7#7093A8
8#7A919F
9#838E96
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 | C3E4 #C3E4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB7 #5DB7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA2 #2FA2E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1585 #1585CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116A #116AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4C #0C4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0831 #08314A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | 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: #C3E4F9;
--dodger-blue-300: #95CFF4;
--dodger-blue-400: #5DB7EE;
--dodger-blue-500: #2FA2E9;
--dodger-blue-600: #1585CB;
--dodger-blue-700: #116AA2;
--dodger-blue-800: #0C4C73;
--dodger-blue-900: #08314A;
--dodger-blue-950: #051E2E;
}