Dodger Blue
#2678F2
BlueColor Codes
All color formats for development
HEX
#2678F2RGB
rgb(38, 120, 242)HSL
hsl(216, 89%, 55%)OKLCH
oklch(0.594 0.199 259)CMYK
cmyk(84%, 50%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E68EF
2#0C5CD4
3#0B51BA
4#09459F
5#083A85
6#062E6A
7#052350
8#031735
9#020C1B
Tints
Lighter variations
1#3C85F4
2#5193F5
3#67A0F6
4#7DAEF7
5#93BBF9
6#A8C9FA
7#BED6FB
8#D4E4FC
9#E9F1FE
Tones
Muted variations
1#307AE8
2#3B7CDE
3#457ED4
4#4F80CA
5#5982BF
6#6384B5
7#6E86AB
8#7888A1
9#828A96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D8 #C0D8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BA #90BAF9 | BordersInactive statesPlaceholder text |
| 400 | 5696 #5696F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2678 #2678F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C5C #0C5CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A49 #0A49A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0734 #073478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0422 #04224D | Primary textHigh emphasis contentDark headings |
| 950 | 0315 #031530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F6FE;
--dodger-blue-100: #DDEAFD;
--dodger-blue-200: #C0D8FB;
--dodger-blue-300: #90BAF9;
--dodger-blue-400: #5696F5;
--dodger-blue-500: #2678F2;
--dodger-blue-600: #0C5CD4;
--dodger-blue-700: #0A49A9;
--dodger-blue-800: #073478;
--dodger-blue-900: #04224D;
--dodger-blue-950: #031530;
}