Dodger Blue
#2685F2
BlueColor Codes
All color formats for development
HEX
#2685F2RGB
rgb(38, 133, 242)HSL
hsl(212, 89%, 55%)OKLCH
oklch(0.621 0.185 255.3)CMYK
cmyk(84%, 45%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E77EF
2#0C6AD4
3#0B5CBA
4#094F9F
5#084285
6#06356A
7#052850
8#031A35
9#020D1B
Tints
Lighter variations
1#3C92F4
2#519EF5
3#67AAF6
4#7DB6F7
5#93C2F9
6#A8CEFA
7#BEDBFB
8#D4E7FC
9#E9F3FE
Tones
Muted variations
1#3086E8
2#3B87DE
3#4587D4
4#4F88CA
5#5989BF
6#638AB5
7#6E8AAB
8#788BA1
9#828C96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C1 #90C1F9 | BordersInactive statesPlaceholder text |
| 400 | 56A0 #56A0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2685 #2685F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C6A #0C6AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A54 #0A54A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 073C #073C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264D | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DDECFD;
--dodger-blue-200: #C0DCFB;
--dodger-blue-300: #90C1F9;
--dodger-blue-400: #56A0F5;
--dodger-blue-500: #2685F2;
--dodger-blue-600: #0C6AD4;
--dodger-blue-700: #0A54A9;
--dodger-blue-800: #073C78;
--dodger-blue-900: #04264D;
--dodger-blue-950: #031830;
}