Dodger Blue
#2D99EB
BlueColor Codes
All color formats for development
HEX
#2D99EBRGB
rgb(45, 153, 235)HSL
hsl(206, 83%, 55%)OKLCH
oklch(0.662 0.154 246.6)CMYK
cmyk(81%, 35%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#158CE7
2#137DCD
3#116DB4
4#0E5D9A
5#0C4E80
6#0A3E67
7#072F4D
8#051F33
9#02101A
Tints
Lighter variations
1#42A3ED
2#57ADEF
3#6CB8F1
4#81C2F3
5#96CCF5
6#ABD6F7
7#C0E0F9
8#D5EBFB
9#EAF5FD
Tones
Muted variations
1#3798E2
2#4096D8
3#4A95CF
4#5394C5
5#5D93BC
6#6691B2
7#7090A9
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 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CB #94CBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB0 #5CB0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D99 #2D99EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 137D #137DCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F63 #0F63A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B47 #0B4775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEEFFC;
--dodger-blue-200: #C2E2F9;
--dodger-blue-300: #94CBF5;
--dodger-blue-400: #5CB0F0;
--dodger-blue-500: #2D99EB;
--dodger-blue-600: #137DCD;
--dodger-blue-700: #0F63A3;
--dodger-blue-800: #0B4775;
--dodger-blue-900: #072D4B;
--dodger-blue-950: #041C2F;
}