Dodger Blue
#2DA9EB
BlueColor Codes
All color formats for development
HEX
#2DA9EBRGB
rgb(45, 169, 235)HSL
hsl(201, 83%, 55%)OKLCH
oklch(0.699 0.141 238)CMYK
cmyk(81%, 28%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#159EE7
2#138CCD
3#117BB4
4#0E699A
5#0C5880
6#0A4667
7#07354D
8#052333
9#02121A
Tints
Lighter variations
1#42B1ED
2#57BAEF
3#6CC3F1
4#81CBF3
5#96D4F5
6#ABDDF7
7#C0E5F9
8#D5EEFB
9#EAF6FD
Tones
Muted variations
1#37A6E2
2#40A3D8
3#4AA0CF
4#539DC5
5#5D9BBC
6#6698B2
7#7095A9
8#79929F
9#838F96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D3 #94D3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBC #5CBCF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DA9 #2DA9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 138C #138CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F6F #0F6FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B50 #0B5075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DEF2FC;
--dodger-blue-200: #C2E6F9;
--dodger-blue-300: #94D3F5;
--dodger-blue-400: #5CBCF0;
--dodger-blue-500: #2DA9EB;
--dodger-blue-600: #138CCD;
--dodger-blue-700: #0F6FA3;
--dodger-blue-800: #0B5075;
--dodger-blue-900: #07334B;
--dodger-blue-950: #04202F;
}