Dodger Blue
#2B86EE
BlueColor Codes
All color formats for development
HEX
#2B86EERGB
rgb(43, 134, 238)HSL
hsl(212, 85%, 55%)OKLCH
oklch(0.622 0.177 254.9)CMYK
cmyk(82%, 44%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1377EA
2#116AD0
3#0F5DB6
4#0D4F9C
5#0B4282
6#083568
7#06284E
8#041A34
9#020D1A
Tints
Lighter variations
1#4092F0
2#559EF1
3#6AAAF3
4#80B6F5
5#95C2F6
6#AACEF8
7#BFDBFA
8#D5E7FC
9#EAF3FD
Tones
Muted variations
1#3486E4
2#3E87DA
3#4888D1
4#5288C7
5#5B89BD
6#658AB3
7#6F8AAA
8#798BA0
9#828C96
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 | 92C1 #92C1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA1 #5AA1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B86 #2B86EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 116A #116AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D54 #0D54A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3C #0A3C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0626 #06264B | 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: #92C1F6;
--dodger-blue-400: #5AA1F2;
--dodger-blue-500: #2B86EE;
--dodger-blue-600: #116AD0;
--dodger-blue-700: #0D54A5;
--dodger-blue-800: #0A3C76;
--dodger-blue-900: #06264B;
--dodger-blue-950: #04182F;
}