Dodger Blue
#2674F2
BlueColor Codes
All color formats for development
HEX
#2674F2RGB
rgb(38, 116, 242)HSL
hsl(217, 89%, 55%)OKLCH
oklch(0.586 0.204 260)CMYK
cmyk(84%, 52%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E64EF
2#0C59D4
3#0B4EBA
4#09439F
5#083885
6#062C6A
7#052150
8#031635
9#020B1B
Tints
Lighter variations
1#3C82F4
2#5190F5
3#679EF6
4#7DACF7
5#93BAF9
6#A8C8FA
7#BED5FB
8#D4E3FC
9#E9F1FE
Tones
Muted variations
1#3077E8
2#3B79DE
3#457CD4
4#4F7ECA
5#5980BF
6#6383B5
7#6E85AB
8#7887A1
9#828A96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D7 #C0D7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B8 #90B8F9 | BordersInactive statesPlaceholder text |
| 400 | 5693 #5693F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2674 #2674F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C59 #0C59D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A47 #0A47A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0733 #073378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0420 #04204D | Primary textHigh emphasis contentDark headings |
| 950 | 0314 #031430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F6FE;
--dodger-blue-100: #DDE9FD;
--dodger-blue-200: #C0D7FB;
--dodger-blue-300: #90B8F9;
--dodger-blue-400: #5693F5;
--dodger-blue-500: #2674F2;
--dodger-blue-600: #0C59D4;
--dodger-blue-700: #0A47A9;
--dodger-blue-800: #073378;
--dodger-blue-900: #04204D;
--dodger-blue-950: #031430;
}