Dodger Blue
#2A86EF
BlueColor Codes
All color formats for development
HEX
#2A86EFRGB
rgb(42, 134, 239)HSL
hsl(212, 86%, 55%)OKLCH
oklch(0.622 0.179 254.9)CMYK
cmyk(82%, 44%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1277EB
2#106AD1
3#0E5DB7
4#0C4F9D
5#0A4282
6#083568
7#06284E
8#041A34
9#020D1A
Tints
Lighter variations
1#3F92F1
2#549EF2
3#6AAAF4
4#7FB6F5
5#94C2F7
6#AACEF9
7#BFDBFA
8#D4E7FC
9#EAF3FD
Tones
Muted variations
1#3386E5
2#3D87DB
3#4788D1
4#5188C7
5#5B89BE
6#658AB4
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 #DEECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C1 #92C1F7 | BordersInactive statesPlaceholder text |
| 400 | 59A1 #59A1F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A86 #2A86EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 106A #106AD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C54 #0C54A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 093C #093C77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0626 #06264C | 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: #DEECFD;
--dodger-blue-200: #C1DCFA;
--dodger-blue-300: #92C1F7;
--dodger-blue-400: #59A1F3;
--dodger-blue-500: #2A86EF;
--dodger-blue-600: #106AD1;
--dodger-blue-700: #0C54A6;
--dodger-blue-800: #093C77;
--dodger-blue-900: #06264C;
--dodger-blue-950: #04182F;
}