Dodger Blue
#2D9CEB
BlueColor Codes
All color formats for development
HEX
#2D9CEBRGB
rgb(45, 156, 235)HSL
hsl(205, 83%, 55%)OKLCH
oklch(0.669 0.151 245.1)CMYK
cmyk(81%, 34%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1590E7
2#1380CD
3#1170B4
4#0E609A
5#0C5080
6#0A4067
7#07304D
8#052033
9#02101A
Tints
Lighter variations
1#42A6ED
2#57B0EF
3#6CBAF1
4#81C4F3
5#96CEF5
6#ABD7F7
7#C0E1F9
8#D5EBFB
9#EAF5FD
Tones
Muted variations
1#379BE2
2#4099D8
3#4A97CF
4#5396C5
5#5D94BC
6#6693B2
7#7091A9
8#798F9F
9#838E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CC #94CCF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB2 #5CB2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D9C #2D9CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1380 #1380CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F66 #0F66A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B49 #0B4975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072E #072E4B | Primary textHigh emphasis contentDark headings |
| 950 | 041D #041D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEF0FC;
--dodger-blue-200: #C2E2F9;
--dodger-blue-300: #94CCF5;
--dodger-blue-400: #5CB2F0;
--dodger-blue-500: #2D9CEB;
--dodger-blue-600: #1380CD;
--dodger-blue-700: #0F66A3;
--dodger-blue-800: #0B4975;
--dodger-blue-900: #072E4B;
--dodger-blue-950: #041D2F;
}