Dodger Blue
#2C86ED
BlueColor Codes
All color formats for development
HEX
#2C86EDRGB
rgb(44, 134, 237)HSL
hsl(212, 84%, 55%)OKLCH
oklch(0.621 0.176 254.8)CMYK
cmyk(81%, 43%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1477E8
2#126ACE
3#105DB5
4#0D4F9B
5#0B4281
6#093567
7#07284D
8#041A34
9#020D1A
Tints
Lighter variations
1#4192EE
2#569EF0
3#6BAAF2
4#80B6F4
5#95C2F6
6#ABCFF8
7#C0DBF9
8#D5E7FB
9#EAF3FD
Tones
Muted variations
1#3586E3
2#3F87D9
3#4988D0
4#5288C6
5#5C89BC
6#668AB3
7#6F8AA9
8#798BA0
9#838C96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C1 #93C1F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA1 #5BA1F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C86 #2C86ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 126A #126ACE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E54 #0E54A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3C #0A3C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0727 #07274B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DEECFC;
--dodger-blue-200: #C2DCFA;
--dodger-blue-300: #93C1F6;
--dodger-blue-400: #5BA1F1;
--dodger-blue-500: #2C86ED;
--dodger-blue-600: #126ACE;
--dodger-blue-700: #0E54A4;
--dodger-blue-800: #0A3C75;
--dodger-blue-900: #07274B;
--dodger-blue-950: #04182F;
}